mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
move gcp required app.yaml to console dir
This commit is contained in:
2
.github/workflows/gcp-cd.yml
vendored
2
.github/workflows/gcp-cd.yml
vendored
@@ -180,6 +180,6 @@ jobs:
|
||||
run: |
|
||||
set -eu
|
||||
|
||||
gcloud app deploy --appyaml gcp/app.yaml console/dist
|
||||
gcloud app deploy --appyaml console/app.yaml console/dist
|
||||
# leave 2 versions
|
||||
gcloud app versions list --filter="traffic_split=0" --sort-by '~version' --format 'value(version.id)' | sed '1d' | xargs -r gcloud app versions delete
|
||||
|
||||
Reference in New Issue
Block a user