pipeline rewrite v10

This commit is contained in:
Josh 2025-07-31 12:55:38 +00:00
parent aab0eb5c56
commit 8723438ac3

View File

@ -32,14 +32,12 @@ steps:
event: [push, manual]
branch: [master]
# ── 2. Deploy to staging ────────────────────────────────
# ── 2. Deploy to staging via SSH ────────────────────────
- name: deploy-staging
image: alpine:latest
environment:
STAGING_SSH_KEY:
from_secret: STAGING_SSH_KEY
STAGING_KNOWN_HOSTS:
from_secret: STAGING_KNOWN_HOSTS
STAGING_SSH_KEY: ${STAGING_SSH_KEY}
STAGING_KNOWN_HOSTS: ${STAGING_KNOWN_HOSTS}
commands:
- |
set -eu