Skip to content

Commit

Permalink
Merge pull request #5 from kool-dev/ci-deploy
Browse files Browse the repository at this point in the history
kool deploy GH Action
  • Loading branch information
fabriciojs authored Nov 26, 2020
2 parents a724c45 + 8c09746 commit 069fa61
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/kool-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
release:
types: [ published ]

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest

env:
KOOL_DEPLOY_DOMAIN: ci.kool.dev
KOOL_API_TOKEN: ${{ secrets.KOOL_API_TOKEN }}

steps:
- name: Install Kool
uses: kool-dev/action@v1

- name: Checkout code
uses: actions/checkout@master

- name: Kool Deploy
run: kool deploy

0 comments on commit 069fa61

Please sign in to comment.