Compare commits

...

2 Commits

Author SHA1 Message Date
Sabda Yagra 02bd3c8233 fix: drone image
continuous-integration/drone/push Build is passing Details
2026-02-19 13:45:11 +07:00
Sabda Yagra 05a1f41227 fix: drone image 2026-02-19 13:44:42 +07:00
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ steps:
- dev-1
- main
commands:
- rm -rf /opt/build/kontenhumas
- rm -rf /opt/build/kontenhumas-fe
- mkdir -p /opt/build
- cd /opt/build
- git clone http://38.47.180.165:3000/kontenhumas/kontenhumas-fe.git
@ -29,7 +29,7 @@ steps:
- main
commands:
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
- cd /opt/build/kontenhumas
- cd /opt/build/kontenhumas-fe
- docker build -t 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH .
- docker push 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH