From 42ccd0a6b789d1cf288074f8632bdeb285d1a7e0 Mon Sep 17 00:00:00 2001 From: Nils Mittler <nils.mittler@mni.thm.de> Date: Thu, 2 Sep 2021 09:42:46 +0200 Subject: [PATCH] Revert "disable production deployment" This reverts commit 9824887cb49bd09ef5a791d0ada0f555684b7d75. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0049c32f..99a705444 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ deploy_staging: - ssh-add <(echo "$SSH_PRIVATE_KEY") - scp -r "$BUILD_DIR"* "$STAGING_SSH_URL" -.deploy_production: +deploy_production: stage: deploy only: - master -- GitLab