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: deployment:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Calling webhook - name: Triggering deploy hook on vercel
uses: fjogeleit/http-request-action@v1 uses: fjogeleit/http-request-action@v1.9.2
with: with:
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }} url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
method: 'POST' method: 'POST'