diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e02cf83..50be965 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,10 @@ kubernetes: - turniere-deploy stage: deploy only: - - master + refs: + - master + variables: + - $FORCE_DEPLOY image: ruby variables: KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: gitlab-deploy @@ -58,7 +61,10 @@ deploy_watchtower: - docker stage: deploy only: - - master + refs: + - master + variables: + - $FORCE_DEPLOY image: docker services: - docker:dind