Update deployment-production.yml
This commit is contained in:
parent
33d82038de
commit
2336f86726
|
@ -6,8 +6,8 @@ jobs:
|
||||||
deployment:
|
deployment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Calling webhook
|
- name: Triggering deploy hook
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
|
|
Loading…
Reference in New Issue