File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- .PHONY : help prepare doc test serve build publish-production deploy-production promote-production production
1+ .PHONY : help prepare doc test serve build publish-production deploy-production promote-production production cloudbuild-production
22.DEFAULT_GOAL := help
33SHELL: =/bin/bash
44
@@ -131,5 +131,7 @@ deploy-production: publish-production ## Deploy new revision to GCP
131131promote-production : # # Serve new revision to GCP
132132 gcloud run services update-traffic simdec-panel --to-latest
133133
134+ production : promote-production # # Build, Deploy and Serve new revision to GCP
135+
134136cloudbuild-production : # # Build, Deploy and Serve new revision to GCP using cloudbuild
135137 gcloud builds submit --config panel/cloudbuild.yaml --substitutions COMMIT_SHA=$(git rev-list --max-count=1 HEAD ) .
You can’t perform that action at this time.
0 commit comments