Skip to content

Commit fab977f

Browse files
committed
added the staging and prod env to the delivery pipeline
1 parent 9d2a01e commit fab977f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ steps:
2727
gcloud config set deploy/region ${_REGION}
2828
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
2929
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml
30+
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/staging.yaml
31+
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/prod.yaml
3032
gcloud deploy releases create rel-${SHORT_SHA} \
3133
--delivery-pipeline quartz-manager-pipeline \
3234
--description "$(git log -1 --pretty='%s')" \

0 commit comments

Comments
 (0)