mirror of
https://github.com/acid-info/logos-sites-content-repo-template.git
synced 2025-02-16 11:37:05 +00:00
Update deployment-production.yml
This commit is contained in:
parent
7b571aafd8
commit
856b1d62b7
4
.github/workflows/deployment-production.yml
vendored
4
.github/workflows/deployment-production.yml
vendored
@ -8,9 +8,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Triggering deploy hook
|
- name: Triggering deploy hook
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
id: vrequest
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
|
- name: show response
|
||||||
|
run: |
|
||||||
|
echo ${{steps.vrequest.outputs}}
|
||||||
- run: sleep 60
|
- run: sleep 60
|
||||||
- name: vercel-preview-url
|
- name: vercel-preview-url
|
||||||
uses: zentered/vercel-preview-url@v1.0.5
|
uses: zentered/vercel-preview-url@v1.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user