Skip to content

Commit b442d2a

Browse files
committed
ci: add github action
Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent 0a0f270 commit b442d2a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: deploy-automation
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v1
14+
- name: Run chart-releaser
15+
uses: hackmdio/helm-gh-pages@bbac2de
16+
with:
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
helm_version: 2.16.5

0 commit comments

Comments
 (0)