feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-03-29 23:36:59 +07:00
parent 097ac45012
commit 7d5057289e
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ build-2:
- docker:dind - docker:dind
script: script:
- 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 push registry.gitlab.com/hanifsalafi/web-humas-be:dev - docker push registry.gitlab.com/hanifsalafi/web-humas-be:dev
deploy: deploy: