Create deployment-staging.yml
This commit is contained in:
parent
8ce7556c44
commit
32d492e0cd
|
@ -0,0 +1,13 @@
|
|||
name: Vercel webhook
|
||||
on:
|
||||
push:
|
||||
branches: [staging]
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Calling webhook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
|
||||
method: 'POST'
|
Loading…
Reference in New Issue