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

fixed environment name

parent 474f9335
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
......@@ -8,7 +8,7 @@ workflow:
rules:
- if: $CI_COMMIT_BRANCH != "master" && $CI_COMMIT_BRANCH != "development" && ($CI_COMMIT_TAG || $CI_COMMIT_BRANCH)
variables:
DEPLOY_ENVIRONMENT: review/$CI_COMMIT_REF_SLUG
DEPLOY_ENVIRONMENT: review/${CI_COMMIT_REF_SLUG}
DOCKER_COMPOSER_IMAGE_TAG: $CI_COMMIT_REF_SLUG-composer
DOCKER_FPM_IMAGE_TAG: $CI_COMMIT_REF_SLUG
DOCKER_NGINX_IMAGE_TAG: $CI_COMMIT_REF_SLUG
......
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