pipeline build v27 - secrets section fixed
This commit is contained in:
parent
ed7ce902a7
commit
34106cca95
@ -37,7 +37,10 @@
|
|||||||
docker compose up -d --force-recreate --remove-orphans; \
|
docker compose up -d --force-recreate --remove-orphans; \
|
||||||
echo '✅ Staging stack refreshed with tag ${IMG_TAG}'"
|
echo '✅ Staging stack refreshed with tag ${IMG_TAG}'"
|
||||||
|
|
||||||
secrets: [ STAGING_SSH_KEY, STAGING_KNOWN_HOSTS ]
|
secrets:
|
||||||
|
- STAGING_SSH_KEY
|
||||||
|
- STAGING_KNOWN_HOSTS
|
||||||
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
Loading…
Reference in New Issue
Block a user