feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-10-02 00:27:54 +07:00
parent a0bedfc6ee
commit 5e4b8103cc
1 changed files with 2 additions and 1 deletions

View File

@ -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