feat: update gitlab-ci
This commit is contained in:
parent
a0bedfc6ee
commit
5e4b8103cc
|
|
@ -20,7 +20,8 @@ build-2:
|
||||||
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN registry.gitlab.com
|
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN registry.gitlab.com
|
||||||
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
|
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- docker push registry.gitlab.com/hanifsalafi/web-humas-be:dev
|
- docker tag registry.gitlab.com/hanifsalafi/web-humas-be:dev 103.82.242.92:8900/humas/web-humas-be:dev
|
||||||
|
- docker push 103.82.242.92:8900/humas/web-humas-be:dev
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue