Skip to content

Commit

Permalink
build: refactor website workflow to trigger netlify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 7, 2024
1 parent a88b0e3 commit 6eb6fe5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Redeploy Website
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh api repos/gitify-app/website/dispatches \
-f event_type=release_triggered
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK_URL }}

0 comments on commit 6eb6fe5

Please sign in to comment.