Update deployment.yml
This commit is contained in:
parent
075a4b78fd
commit
18fd238309
|
@ -7,5 +7,5 @@ jobs:
|
|||
- name: Calling webhook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK }}
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||
method: 'POST'
|
||||
|
|
Loading…
Reference in New Issue