Merge branch '46-enable-deploy-stage-only-on-protected-branches' into 'dev'
Resolve "Enable deploy stage only on protected branches" Closes #46 See merge request sa4-2020/the-sanmarinoes/frontend!46
This commit is contained in:
commit
950908ef07
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ smartHut_deploy:
|
|||
- "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}"
|
||||
after_script:
|
||||
- docker logout
|
||||
only:
|
||||
- dev
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue