Add option to force deployment using $FORCE_DEPLOY
This commit is contained in:
parent
07a21ad5cb
commit
c89cefd6b5
|
|
@ -39,7 +39,10 @@ kubernetes:
|
||||||
- turniere-deploy
|
- turniere-deploy
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
- master
|
- master
|
||||||
|
variables:
|
||||||
|
- $FORCE_DEPLOY
|
||||||
image: ruby
|
image: ruby
|
||||||
variables:
|
variables:
|
||||||
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
||||||
|
|
@ -58,7 +61,10 @@ deploy_watchtower:
|
||||||
- docker
|
- docker
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
- master
|
- master
|
||||||
|
variables:
|
||||||
|
- $FORCE_DEPLOY
|
||||||
image: docker
|
image: docker
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue