Skip to content
Snippets Groups Projects
Commit 38b42f5d authored by Marco's avatar Marco
Browse files

fix

parent 534f7c2b
No related branches found
No related tags found
1 merge request!3add new COMPONENT_NAME variable
......@@ -67,7 +67,7 @@ cache:
ROOT_URL: https://$CUSTOMER_NAME-$CI_ENVIRONMENT_SLUG.$CLUSTER_NAME.panter.cloud
environment:
url: https://$CUSTOMER_NAME-$CI_ENVIRONMENT_SLUG.$CLUSTER_NAME.panter.cloud
name: ${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}
name: ${APP_NAME}-${ENV_SHORT}-${COMPONENT_NAME}
.semantic-release-base:
image: panterch/docker-ci-kubernetes-deploy
......@@ -92,7 +92,7 @@ cache:
DEPLOY_SSL_ISSUER: letsencrypt-staging
environment:
name: ${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
name: ${APP_NAME}-${ENV_SHORT}-${COMPONENT_NAME}/$CI_COMMIT_REF_NAME
on_stop: review-stop
.kubernetes-stop:
......@@ -109,7 +109,7 @@ cache:
ENV_SHORT: review
GIT_STRATEGY: none
environment:
name: ${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
name: ${APP_NAME}-${ENV_SHORT}-${COMPONENT_NAME}/$CI_COMMIT_REF_NAME
action: stop
.deploy-to-kubernetes-stage:
......
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