diff --git a/scripts/gitlab/create-environment.sh b/scripts/gitlab/create-environment.sh index ce07b08..b267ce0 100644 --- a/scripts/gitlab/create-environment.sh +++ b/scripts/gitlab/create-environment.sh @@ -6,7 +6,7 @@ echo " $VERSION: stage: deploy script: - - echo "Deploy to staging server" + - echo \"Deploy to staging server\" environment: - name: staging + name: $ENVIRONMENT " > generated-config.yml