Create deployment-develop.yml

This commit is contained in:
amir houieh 2022-06-22 13:36:30 +02:00 committed by GitHub
parent 92c01bef04
commit 9091d0f11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: Vercel deploy hook - staging
on:
push:
branches: [ master ]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Calling staging deploy webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
method: 'POST'