Delete deployment.yml
This commit is contained in:
parent
9643314475
commit
07c4de0dab
|
@ -1,11 +0,0 @@
|
|||
name: Vercel webhook
|
||||
on: push
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Calling webhook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK }}
|
||||
method: 'POST'
|
Loading…
Reference in New Issue