Skip to content

Commit 80558ef

Browse files
Do not automatically promote after deployment in mlab-ns (#213)
1 parent eb231ac commit 80558ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
-e 's/{{REDIS_ADDRESS}}/$_REDIS_ADDRESS/'
5151
-e 's/{{RATE_LIMIT_REDIS_ADDRESS}}/$_RATE_LIMIT_REDIS_ADDRESS/'
5252
app.yaml
53-
- gcloud --project $PROJECT_ID app deploy --promote app.yaml
53+
- gcloud --project $PROJECT_ID app deploy --no-promote app.yaml
5454
# After deploying the new service, deploy the openapi spec.
5555
- sed -i -e 's/{{PROJECT}}/$PROJECT_ID/' -e 's/{{DEPLOYMENT}}/Production/' openapi.yaml
5656
- gcloud endpoints services deploy openapi.yaml

0 commit comments

Comments
 (0)