From cb8a7d3cad304845fa2947f44a32656236349dee Mon Sep 17 00:00:00 2001 From: saibotk Date: Sat, 2 Jan 2021 21:34:32 +0100 Subject: [PATCH] CI: Add auto deploy step --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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