Update deployment.yml

This commit is contained in:
amir houieh 2022-06-10 11:19:29 +02:00 committed by GitHub
parent 075a4b78fd
commit 18fd238309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ jobs:
- name: Calling webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.VERCEL_WEBHOOK }}
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
method: 'POST'