diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fb36354..8bd3ca0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -113,7 +113,7 @@ pipelines: - step: name: Deploy to K8s - deployment: staging + deployment: production script: - AUTOSCALER_IMAGE="gcr.io/$GCLOUD_PROJECT/autoscaler:prod-0.1.$BITBUCKET_BUILD_NUMBER" - COTURN_DNS_IMAGE="gcr.io/$GCLOUD_PROJECT/coturn-dns:prod-0.1.$BITBUCKET_BUILD_NUMBER" @@ -129,4 +129,4 @@ pipelines: variables: KUBE_CONFIG: $KUBE_CONFIG_PRD KUBECTL_COMMAND: 'apply' - RESOURCE_PATH: 'k8s/coturn-dns/' \ No newline at end of file + RESOURCE_PATH: 'k8s/coturn-dns/production-coturn-dns.yaml' \ No newline at end of file