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