yml syntax corrected
This commit is contained in:
parent
391ebb4408
commit
2eb2596011
@ -1,6 +1,7 @@
|
|||||||
|
---
|
||||||
steps:
|
steps:
|
||||||
# ── 1. Build & push images ──────────────────────────────
|
# ── 1. Build & push images ──────────────────────────────
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: docker:24.0-cli
|
image: docker:24.0-cli
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
@ -21,8 +22,8 @@ steps:
|
|||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
branch: [master]
|
branch: [master]
|
||||||
|
|
||||||
# ── 2. Deploy to staging (runtime GCP secret injection) ──
|
# ── 2. Deploy to staging (runtime GCP secret injection) ──
|
||||||
- name: deploy-staging
|
- name: deploy-staging
|
||||||
image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
|
image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user