yml syntax corrected

This commit is contained in:
Josh 2025-07-31 13:37:16 +00:00
parent 391ebb4408
commit 2eb2596011

View File

@ -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:
- |