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