pipeline rewrite v10
This commit is contained in:
parent
aab0eb5c56
commit
8723438ac3
@ -32,14 +32,12 @@ steps:
|
|||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
branch: [master]
|
branch: [master]
|
||||||
|
|
||||||
# ── 2. Deploy to staging ────────────────────────────────
|
# ── 2. Deploy to staging via SSH ────────────────────────
|
||||||
- name: deploy-staging
|
- name: deploy-staging
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
environment:
|
environment:
|
||||||
STAGING_SSH_KEY:
|
STAGING_SSH_KEY: ${STAGING_SSH_KEY}
|
||||||
from_secret: STAGING_SSH_KEY
|
STAGING_KNOWN_HOSTS: ${STAGING_KNOWN_HOSTS}
|
||||||
STAGING_KNOWN_HOSTS:
|
|
||||||
from_secret: STAGING_KNOWN_HOSTS
|
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
set -eu
|
set -eu
|
||||||
|
Loading…
Reference in New Issue
Block a user