Skip to content

Commit ace5182

Browse files
authored
Merge pull request #10 from kool-dev/ci-kool
add kool deploy GH action
2 parents cddd246 + 832e3fd commit ace5182

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/kool-deploy.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
release:
3+
types: [ published ]
4+
5+
jobs:
6+
deploy:
7+
name: Deploy
8+
runs-on: ubuntu-latest
9+
10+
env:
11+
KOOL_DEPLOY_DOMAIN: pdf.kool.dev
12+
KOOL_API_TOKEN: ${{ secrets.KOOL_API_TOKEN }}
13+
14+
steps:
15+
- name: Install Kool
16+
uses: kool-dev/action@v1
17+
18+
- name: Checkout code
19+
uses: actions/checkout@master
20+
21+
- name: Kool Deploy
22+
run: kool deploy

0 commit comments

Comments
 (0)