pipeline rewrite v10
This commit is contained in:
parent
aab0eb5c56
commit
8723438ac3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user