Skip to content
Snippets Groups Projects
Commit d72a2d92 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

syntax error

parent 7bf7eaad
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -17,7 +17,6 @@ deploy_development: ...@@ -17,7 +17,6 @@ deploy_development:
url: https://metager3.de url: https://metager3.de
action: start action: start
variables: variables:
variables:
DEPLOYMENT_URL: "metager3.de" DEPLOYMENT_URL: "metager3.de"
DEPLOYMENT_HELM_VALUES: .gitlab/development.yaml DEPLOYMENT_HELM_VALUES: .gitlab/development.yaml
DEPLOYMENT_CHART_NAME: $CI_COMMIT_BRANCH DEPLOYMENT_CHART_NAME: $CI_COMMIT_BRANCH
...@@ -33,7 +32,6 @@ deploy_production: ...@@ -33,7 +32,6 @@ deploy_production:
url: https://metager.de url: https://metager.de
action: start action: start
variables: variables:
variables:
DEPLOYMENT_URL: "metager.de" DEPLOYMENT_URL: "metager.de"
DEPLOYMENT_HELM_VALUES: .gitlab/production.yaml DEPLOYMENT_HELM_VALUES: .gitlab/production.yaml
DEPLOYMENT_CHART_NAME: $CI_COMMIT_BRANCH DEPLOYMENT_CHART_NAME: $CI_COMMIT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment