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