Skip to content

Commit 069fa61

Browse files
authored
Merge pull request #5 from kool-dev/ci-deploy
kool deploy GH Action
2 parents a724c45 + 8c09746 commit 069fa61

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.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: ci.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)