Compare commits

..

No commits in common. "02bd3c8233316e71d8fc010c900f4314833bdf76" and "a39bd17158936455f92b2e68091ccaa33590ea9f" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ steps:
- dev-1 - dev-1
- main - main
commands: commands:
- rm -rf /opt/build/kontenhumas-fe - rm -rf /opt/build/kontenhumas
- mkdir -p /opt/build - mkdir -p /opt/build
- cd /opt/build - cd /opt/build
- git clone http://38.47.180.165:3000/kontenhumas/kontenhumas-fe.git - git clone http://38.47.180.165:3000/kontenhumas/kontenhumas-fe.git
@ -29,7 +29,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/kontenhumas-fe - cd /opt/build/kontenhumas
- docker build -t 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH . - 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 - docker push 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH