Skip to content

Commit

Permalink
Add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 7, 2019
1 parent 4639237 commit 1561d17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
needs: build
steps:
- name: Deploy application
run: echo deploy
uses: joelwmale/webhook-action@master
if: startsWith(github.ref, 'refs/tags/')
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}

0 comments on commit 1561d17

Please sign in to comment.