Update deployment.yml
This commit is contained in:
parent
6f6b6069dc
commit
c18b72fb5a
|
@ -1,7 +1,11 @@
|
||||||
name: Vercel webhook
|
name: Vercel webhook
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
call-webhook:
|
deployment:
|
||||||
uses: joelwmale/webhook-action@2.1.0
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Calling webhook
|
||||||
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.VERCEL_WEBHOOK }}
|
url: ${{ secrets.VERCEL_WEBHOOK }}
|
||||||
|
method: 'POST'
|
||||||
|
|
Loading…
Reference in New Issue