Added webhook for website rebuilding

This commit is contained in:
Kevin López Brante 2022-08-23 11:54:07 -04:00 committed by GitHub
parent 7e4f5dc6ac
commit 72ac0632fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,3 +78,9 @@ jobs:
git describe --always | tee latest_ver
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read
- name: Send webhook to Netlify for updating the website
if: github.event_name != 'pull_request'
uses: distributhor/workflow-webhook@v2.0.4
with:
webhook_url: ${{secrets.NETLIFY_WEBHOOK}}