Update deployment-production.yml
This commit is contained in:
parent
2336f86726
commit
f78892cb9e
|
@ -11,3 +11,14 @@ jobs:
|
|||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||
method: 'POST'
|
||||
- run: sleep 60
|
||||
- name: vercel-preview-url
|
||||
uses: zentered/vercel-preview-url@v1.0.0
|
||||
id: vercel_preview_url
|
||||
env:
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
with:
|
||||
vercel_team_id: ${{ secrets.VERCEL_TEAM_ID }}
|
||||
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
- name: Get URL
|
||||
run: echo "https://${{ steps.vercel_preview_url.outputs.preview_url }}"
|
||||
|
|
Loading…
Reference in New Issue