Update deployment-develop.yml

This commit is contained in:
amir houieh 2022-06-22 11:39:19 +02:00 committed by GitHub
parent 5207ab6350
commit 5602e14f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Calling webhook
uses: fjogeleit/http-request-action@v1
- name: Triggering deploy hook on vercel
uses: fjogeleit/http-request-action@v1.9.2
with:
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
method: 'POST'