mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
fixed the path of the pipeline file
This commit is contained in:
@@ -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')" \
|
||||||
|
|||||||
Reference in New Issue
Block a user