From 1f4a4016adde7cdab9ef1c967e970ecf3747cfbc Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Fri, 15 Jul 2016 10:51:24 +0100 Subject: [PATCH] Add "enviroments" to the sucssite ci thing. https://projects.sucs.org/help/ci/environments --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6a54fb..df19a98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,10 +36,12 @@ fake-deploy-beta: - echo "Hello World!" only: - beta + environment: beta fake-deploy-live: stage: deploy script: - echo "Hello World!" only: - - sucs-site \ No newline at end of file + - sucs-site + environment: live \ No newline at end of file -- GitLab