diff --git a/cloudbuild.yaml b/cloudbuild.yaml index a7fedb9..8ec8a36 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -27,8 +27,8 @@ steps: - -c - | gcloud config set deploy/region ${_REGION} - gcloud deploy apply --file deploy/pipeline.yaml - gcloud deploy apply --file deploy/dev.yaml + gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml + gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml gcloud deploy releases create rel-${SHORT_SHA} \ --delivery-pipeline quartz-manager-standalone-pipeline \ --description "$(git log -1 --pretty='%s')" \