Merge pull request 'Refactored prod step' (#63) from test into main
Some checks failed
continuous-integration/drone Build was killed
continuous-integration/drone/promote/prod Build is failing

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

View File

@@ -125,12 +125,13 @@ steps:
- name: prod - name: prod
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host: 192.168.1.48
from_secret: ssh_prod_host
username: username:
from_secret: ssh_prod_user from_secret: ssh_prod_user
password: password:
from_secret: ssh_prod_password from_secret: ssh_prod_password
envs:
- DOCKER_CONFIG=C:\Users\demo\.docker
script: script:
- docker pull khwezi/webapitest:latest - docker pull khwezi/webapitest:latest
- docker stop webapi || true - docker stop webapi || true