Only deploy if in the gvisor-website project

This commit is contained in:
Ian Lewis
2019-04-04 08:56:40 +09:00
committed by Ian Lewis
parent 51bfff9f74
commit 0fa5356531
+1 -2
View File
@@ -24,5 +24,4 @@ steps:
entrypoint: 'bash'
args:
- '-c'
- |
[[ "$BRANCH_NAME" == "master" ]] && gcloud app deploy public/app.yaml || true
- 'if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then gcloud app deploy public/app.yaml; fi'