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
image: appleboy/drone-ssh
settings:
host:
from_secret: ssh_prod_host
host: 192.168.1.48
username:
from_secret: ssh_prod_user
password:
from_secret: ssh_prod_password
envs:
- DOCKER_CONFIG=C:\Users\demo\.docker
script:
- docker pull khwezi/webapitest:latest
- docker stop webapi || true