Skip to content
Snippets Groups Projects
Commit 6e6b7acd authored by Jonas Leder's avatar Jonas Leder
Browse files

bugfix

parent 478c25ec
No related branches found
No related tags found
No related merge requests found
Pipeline #15 passed
......@@ -7,7 +7,7 @@ stages:
- build
- deploy
step-deploy-prod:
build:
stage: build
script:
- echo "building for $CI_COMMIT_REF_NAME"
......@@ -16,7 +16,7 @@ step-deploy-prod:
- sudo docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- sudo docker push gitlab.jonasled.de/jonasled/url_shorter_docker
step-deploy-prod:
deploy:
stage: deploy
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment