Add Flagger website

This commit is contained in:
stefanprodan
2019-08-19 17:03:43 +03:00
parent ddab72cd59
commit 84d74d1eb5
373 changed files with 7527 additions and 38758 deletions
-1
View File
@@ -1 +0,0 @@
* @stefanprodan
-17
View File
@@ -1,17 +0,0 @@
workflow "Publish Helm charts" {
on = "push"
resolves = ["helm-push"]
}
action "helm-lint" {
uses = "stefanprodan/gh-actions/helm@master"
args = ["lint charts/*"]
}
action "helm-push" {
needs = ["helm-lint"]
uses = "stefanprodan/gh-actions/helm-gh-pages@master"
args = ["charts/*","https://flagger.app"]
secrets = ["GITHUB_TOKEN"]
}