Merge pull request 'Refactored golive stage to use prod secrets' (#62) from test into main
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/promote/prod Build is failing

Reviewed-on: #62
This commit was merged in pull request #62.
This commit is contained in:
2026-03-10 19:03:02 +02:00

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