aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..0dc0006
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+pages:
+ image:
+ name: registry.gitlab.com/grumps/helm-pkg-tools:v2.14.3
+ stage: deploy
+ script:
+ - make build
+ artifacts:
+ paths:
+ - public
+ only:
+ - master