Skip to content
Snippets Groups Projects
Commit 38a28109 authored by Fajar Herawan's avatar Fajar Herawan
Browse files

Update .gitlab-ci.yml file

parent 5b47ebfc
Branches
Tags
1 merge request!7deploy
Pipeline #61154 passed with stages
in 21 minutes and 53 seconds
......@@ -59,6 +59,6 @@ deploy-job:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
script:
- docker pull $DOCKER_REGISTRY/graduit-be:latest
- docker tag gitlab.informatika.org:4567/k-01-11/graduit-be:latest $DOCKER_REGISTRY/graduit-be:latest
- docker tag $DOCKER_REGISTRY/graduit-be:latest $DOCKER_REGISTRY/graduit-be:latest
- docker push $DOCKER_REGISTRY/graduit-be:latest
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment