From 6b211514d0cec6ed3fcc667fa9fe12a0e049eada Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 26 Jan 2020 22:32:36 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 966f7e1..a581561 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html - deploy-projects.rismer.de: stage: deploy script: @@ -12,7 +9,7 @@ deploy-projects.rismer.de: paths: - public environment: - name: deploy + name: deploy-staging url: https://projects.rismer.de only: - master