mirror of
https://github.com/acid-info/logos-sites-content-repo-template.git
synced 2025-02-19 13:14:23 +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:
|
||||
- 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…
x
Reference in New Issue
Block a user