fix drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anang Yusman 2026-02-24 14:06:20 +08:00
parent 206be7cf12
commit 197ff9da34
1 changed files with 3 additions and 3 deletions

View File

@ -37,6 +37,6 @@ steps:
- main
commands:
- docker pull 38.47.180.165:3000/medol/arah-negeri:$DRONE_BRANCH
- docker stop new-web-arah-negeri || true
- docker rm new-web-arah-negeri || true
- docker run -dt -p 4252:3000 --restart always --name new-web-arah-negeri 38.47.180.165:3000/medol/arah-negeri:$DRONE_BRANCH
- docker stop web-arah-negeri || true
- docker rm web-arah-negeri || true
- docker run -dt -p 4252:3000 \--restart always \--name web-arah-negeri \ 38.47.180.165:3000/medol/arah-negeri:$DRONE_BRANCH