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

fixed deploy command

parent 71c1299b
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -4,7 +4,7 @@ helm -n $KUBE_NAMESPACE upgrade --install \ ...@@ -4,7 +4,7 @@ helm -n $KUBE_NAMESPACE upgrade --install \
review-${CI_COMMIT_REF_SLUG} \ review-${CI_COMMIT_REF_SLUG} \
chart/ \ chart/ \
-f $DEPLOYMENT_HELM_VALUES \ -f $DEPLOYMENT_HELM_VALUES \
--set environment=$APP_ENV --set environment=$APP_ENV \
--set ingress.hosts[0].host=$DEPLOYMENT_URL \ --set ingress.hosts[0].host=$DEPLOYMENT_URL \
--set image.fpm.tag=$DOCKER_FPM_IMAGE_TAG \ --set image.fpm.tag=$DOCKER_FPM_IMAGE_TAG \
--set image.nginx.tag=$DOCKER_NGINX_IMAGE_TAG \ --set image.nginx.tag=$DOCKER_NGINX_IMAGE_TAG \
......
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