Update deployment-production.yml
This commit is contained in:
parent
7b571aafd8
commit
856b1d62b7
|
@ -8,9 +8,13 @@ jobs:
|
|||
steps:
|
||||
- name: Triggering deploy hook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
id: vrequest
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||
method: 'POST'
|
||||
- name: show response
|
||||
run: |
|
||||
echo ${{steps.vrequest.outputs}}
|
||||
- run: sleep 60
|
||||
- name: vercel-preview-url
|
||||
uses: zentered/vercel-preview-url@v1.0.5
|
||||
|
|
Loading…
Reference in New Issue