Deploy only changes on master branch
This commit is contained in:
parent
cb9734d5d5
commit
0b2e0f983c
|
|
@ -22,6 +22,8 @@ kaniko:
|
||||||
|
|
||||||
kubernetes:
|
kubernetes:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- master
|
||||||
image: ruby
|
image: ruby
|
||||||
variables:
|
variables:
|
||||||
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue