Refactored golive stage to use prod secrets

This commit is contained in:
2026-03-10 19:02:42 +02:00
parent dc79c658dd
commit a4822ec103

View File

@@ -128,9 +128,9 @@ steps:
host: host:
from_secret: ssh_prod_host from_secret: ssh_prod_host
username: username:
from_secret: ssh_user from_secret: ssh_prod_user
password: password:
from_secret: ssh_password from_secret: ssh_prod_password
script: script:
- docker pull khwezi/webapitest:latest - docker pull khwezi/webapitest:latest
- docker stop webapi || true - docker stop webapi || true