remove vercel actions
This commit is contained in:
parent
46d50983a3
commit
32a29f53f0
|
@ -1,13 +0,0 @@
|
||||||
name: Vercel webhook
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master]
|
|
||||||
jobs:
|
|
||||||
deployment:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Calling webhook
|
|
||||||
uses: fjogeleit/http-request-action@v1
|
|
||||||
with:
|
|
||||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
|
||||||
method: 'POST'
|
|
|
@ -1,13 +0,0 @@
|
||||||
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