Modified the pipeline so that only the master and dev branch have to do the deploy

This commit is contained in:
Jacob Salvi 2020-03-21 15:34:28 +01:00
parent b2d94f337f
commit 09d52fbd1c

View file

@ -26,8 +26,8 @@ testing_testing:
smartHut_deploy:
stage: deploy
# tags:
# - dind
tags:
- dind
image: docker:latest
services:
- docker:dind
@ -42,3 +42,6 @@ smartHut_deploy:
- "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}"
after_script:
- docker logout
only:
- dev
- master