From 3ee7962dabf2b3357579f8c3b974cf8005bd2915 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 27 Nov 2021 12:21:28 +0100 Subject: [PATCH] CI: Fixed environment name confusion --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa9c557d..302bac7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -290,7 +290,7 @@ deploy: - generate-assets dependencies: *deploy_needs environment: - name: staging + name: rsync-staging only: - main script: @@ -401,7 +401,7 @@ deploy-production: - build-image - generate-assets environment: - name: production + name: rsync-production when: manual only: - main