Add option to force deployment using $FORCE_DEPLOY
This commit is contained in:
parent
b9ef5158f9
commit
3537244579
|
|
@ -18,7 +18,10 @@ kubernetes:
|
||||||
- turniere-deploy
|
- turniere-deploy
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
refs:
|
||||||
|
- master
|
||||||
|
variables:
|
||||||
|
- $FORCE_DEPLOY
|
||||||
image: ruby
|
image: ruby
|
||||||
variables:
|
variables:
|
||||||
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
||||||
|
|
@ -37,7 +40,10 @@ deploy_watchtower:
|
||||||
- docker
|
- docker
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
refs:
|
||||||
|
- master
|
||||||
|
variables:
|
||||||
|
- $FORCE_DEPLOY
|
||||||
image: docker
|
image: docker
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue