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

This commit is contained in:
Anang Yusman 2026-02-24 15:45:12 +08:00
parent 4f758c571d
commit 11b5fe384c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ steps:
branch:
- main
commands:
- rm -rf /opt/build/web-qudo
- rm -rf /opt/build/qudoco-fe
- mkdir -p /opt/build
- cd /opt/build
- git clone http://38.47.180.165:3000/qudo-project/qudoco-fe.git
@ -27,7 +27,7 @@ steps:
- main
commands:
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
- cd /opt/build/web-qudo
- cd /opt/build/qudoco-fe
- docker build -t 38.47.180.165:3000/qudo-project/qudoco-fe:$DRONE_BRANCH .
- docker push 38.47.180.165:3000/qudo-project/qudoco-fe:$DRONE_BRANCH