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 84c963b559
commit 50639e9655

View File

@ -42,3 +42,6 @@ smartHut_deploy:
- "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}"
after_script:
- docker logout
only:
- dev
- master