Refactored prod step to target the correct docker folder for user

This commit is contained in:
2026-03-10 19:19:49 +02:00
parent 176fdb2930
commit 671e8b986f

View File

@@ -131,7 +131,7 @@ steps:
password:
from_secret: ssh_prod_password
envs:
- DOCKER_CONFIG=C:\Users\demo\.docker
- DOCKER_CONFIG=C:\Users\drone\.docker
script:
- docker pull khwezi/webapitest:latest
- docker stop webapi || true