diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d193f2..46add43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - build - package - test - #- deploy + - deploy spellcheck: stage: orthography @@ -102,3 +102,13 @@ test-deploy: - podman rm testing only: - deploy + +deploy: + stage: deploy + variables: + PLAYBOOK: static_websites.yml + trigger: + project: saibotk.de/infrastructure-private + strategy: depend + only: + - deploy