testing deployment action

This commit is contained in:
amirhouieh 2022-05-20 11:45:26 +02:00
parent d994686c9f
commit 133d3367bf
2 changed files with 8 additions and 0 deletions

5
.github/workflow/.yml vendored Normal file
View File

@ -0,0 +1,5 @@
name: Logos-deploy-webhook-trigger
uses: muinmomin/webhook-action@v1.0.0
with:
url: ${{ secrets.VERCEL_WEBHOOK }}
data: "{}"

3
.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Vercel Action
uses: amondnet/vercel-action@v20.0.1