Delete deployment.yml

This commit is contained in:
amir houieh 2022-06-20 11:49:19 +02:00 committed by GitHub
parent 9643314475
commit 07c4de0dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -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'