Initial commit

This commit is contained in:
fryorcraken.eth
2022-07-29 15:46:00 +10:00
commit cc7a522187
9 changed files with 280 additions and 0 deletions
@@ -0,0 +1,13 @@
name: Vercel webhook
on:
push:
branches: [ master ]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Triggering deploy hook on vercel
uses: fjogeleit/http-request-action@v1.9.2
with:
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
method: 'POST'