Update deployment-production.yml

This commit is contained in:
amir houieh 2022-06-22 12:18:57 +02:00 committed by GitHub
parent 7b571aafd8
commit 856b1d62b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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