From 4bb27566c8e19b658b3beee4cdb15d592828654e Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 11 May 2022 17:03:39 +0200 Subject: [PATCH] syntax error --- .gitlab/ci/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index da60e0b07..01bf75342 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -25,7 +25,7 @@ deploy_development: - if: '$CI_COMMIT_BRANCH != "development"' when: never - deploy_production: +deploy_production: extends: - .deploy environment: -- GitLab