Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnww authored Jan 27, 2024
1 parent 2e1aba9 commit 13795c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
name: Kick deploy hook
runs-on: ubuntu-latest
steps:
- name: curl
run: curl -X POST '${{ secrets.DEPLOY_HOOK_URL }}'
- name: Trigger deploy hooks
run: |
curl -X POST '${{ secrets.DEPLOY_HOOK_URL }}'
curl -X POST '${{ secrets.DEPLOY_HOOK_URL_VERCEL }}'

0 comments on commit 13795c5

Please sign in to comment.