Skip to content
Snippets Groups Projects

Update auto-deploy templates

Merged Kamil Trzcińśki requested to merge fix-auto-deploy-templates into master
4 files
+ 8
14
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -59,7 +59,7 @@ review:
script:
- command deploy
environment:
name: review/$CI_COMMIT_REF_SLUG
name: review/$CI_COMMIT_REF_NAME
url: http://$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$KUBE_DOMAIN
on_stop: stop_review
only:
@@ -74,7 +74,7 @@ stop_review:
script:
- command destroy
environment:
name: review/$CI_COMMIT_REF_SLUG
name: review/$CI_COMMIT_REF_NAME
action: stop
when: manual
allow_failure: true
Loading