Skip to content

Commit

Permalink
Merge pull request #35 from stefanprodan/gh-actions
Browse files Browse the repository at this point in the history
Publish charts with GitHub Actions
  • Loading branch information
stefanprodan authored Jan 24, 2019
2 parents 05664fa + afe4d59 commit b8a7ea8
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 213 deletions.
17 changes: 17 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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"]
}

1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

11 changes: 0 additions & 11 deletions docs/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/_config.yaml

This file was deleted.

Binary file removed docs/flagger-0.1.0.tgz
Binary file not shown.
Binary file removed docs/flagger-0.1.1.tgz
Binary file not shown.
Binary file removed docs/flagger-0.1.2.tgz
Binary file not shown.
Binary file removed docs/flagger-0.2.0.tgz
Binary file not shown.
Binary file removed docs/flagger-0.3.0.tgz
Binary file not shown.
Binary file removed docs/flagger-0.4.0.tgz
Binary file not shown.
Binary file removed docs/grafana-0.1.0.tgz
Binary file not shown.
146 changes: 0 additions & 146 deletions docs/index.yaml

This file was deleted.

0 comments on commit b8a7ea8

Please sign in to comment.