fix drone again n again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anang Yusman 2026-02-24 15:53:41 +08:00
parent 11b5fe384c
commit 1ca8c70cde
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ steps:
branch: branch:
- main - main
commands: commands:
- docker pull 38.47.180.165:3000/qudo-project/web-qudo:$DRONE_BRANCH - docker pull 38.47.180.165:3000/qudo-project/qudoco-fe:$DRONE_BRANCH
- docker stop web-qudo || true - docker stop web-qudo || true
- docker rm web-qudo || true - docker rm web-qudo || true
- docker run -dt -p 4260:3000 --restart always --name web-qudo 38.47.180.165:3000/qudo-project/web-qudo:$DRONE_BRANCH - docker run -dt -p 4260:3000 --restart always --name web-qudo 38.47.180.165:3000/qudo-project/qudoco-fe:$DRONE_BRANCH