feat: update gitlab-ci
This commit is contained in:
parent
097ac45012
commit
7d5057289e
|
|
@ -18,7 +18,8 @@ build-2:
|
|||
- docker:dind
|
||||
script:
|
||||
- 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
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue