Modified the pipeline so that only the master and dev branch have to do the deploy
This commit is contained in:
parent
84c963b559
commit
50639e9655
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ smartHut_deploy:
|
||||||
- "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}"
|
- "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}"
|
||||||
after_script:
|
after_script:
|
||||||
- docker logout
|
- docker logout
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in a new issue