fix drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
4f758c571d
commit
11b5fe384c
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands:
|
||||||
- rm -rf /opt/build/web-qudo
|
- rm -rf /opt/build/qudoco-fe
|
||||||
- mkdir -p /opt/build
|
- mkdir -p /opt/build
|
||||||
- cd /opt/build
|
- cd /opt/build
|
||||||
- git clone http://38.47.180.165:3000/qudo-project/qudoco-fe.git
|
- git clone http://38.47.180.165:3000/qudo-project/qudoco-fe.git
|
||||||
|
|
@ -27,7 +27,7 @@ steps:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands:
|
||||||
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
|
- 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 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
|
- docker push 38.47.180.165:3000/qudo-project/qudoco-fe:$DRONE_BRANCH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue