Skip to content
Snippets Groups Projects
.gitlab-ci.yml 187 B
include:
- project: charts/ci-templates
  ref: master
  file: gitlab_deployment.gitlab-ci.yml

variables:
  CHART_DIRECTORY: common/
  CHANNEL: stable

deploy_on_gitlab:
  only:
  - tags