fixed the path of the pipeline file

This commit is contained in:
Fabio Formosa
2024-07-15 23:47:32 +02:00
parent 4d5e8f62c3
commit 6d36e4620c

View File

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