From e51cbe17c796d9cbce46655a5a6affb40250f9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Wed, 8 Mar 2017 14:34:32 +0100 Subject: [PATCH] Also deploy to the wiki.cosmocode.de farm We want to use the template in other wikis as well. So an auto-update such as this makes sense. --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 907c2a1..0bc03db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,15 @@ sprintdoc-farm: environment: sprintdoc-farm + tags: + - locally + only: + - live + script: + - fab deploy + + +cosmocode-farm: + environment: cosmocode-farm tags: - locally only: