Skip to content

Commit

Permalink
build: add deploy as helm repo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jun 30, 2021
1 parent 661a00e commit 03d6460
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ on:
types: [published]

jobs:
push_to_helm:
name: Push as a Helm chart
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.PUBLISH_BOT_TOKEN }}
charts_dir: charts
charts_url: https://charts.socketkit.com
owner: socketkit
repository: awacs
branch: helm-gh-pages
commit_username: socketkit
commit_email: hello@socketkit.com

push_to_dockerhub:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
Expand Down

0 comments on commit 03d6460

Please sign in to comment.