Compare commits

..

No commits in common. "5bed43262ff426efa2d491d283de830ea3f69b3b" and "c428004d8a74a070e09dda1a6f8db730f229068c" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ steps:
- name: prepare repo
when:
branch:
- dev-1
- main
commands:
- rm -rf /opt/build/medols-be
- mkdir -p /opt/build/medols-be
@ -24,7 +24,7 @@ steps:
- name: build image
when:
branch:
- dev-1
- main
commands:
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
- cd /opt/build/medol/medol-be
@ -34,7 +34,7 @@ steps:
- name: deploy
when:
branch:
- dev-1
- main
commands:
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
- docker pull 38.47.180.165:3000/medol/medol-be:main