Create deployment.yml

This commit is contained in:
amir houieh 2022-05-20 11:53:13 +02:00 committed by GitHub
parent 43b5f8b099
commit 8ffdab2de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.github/workflows/deployment.yml vendored Normal file
View File

@ -0,0 +1,4 @@
- name: Vercel webhook
uses: joelwmale/webhook-action@master
with:
url: ${{ secrets.VERCEL_WEBHOOK }}