mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-08-26 12:01:07 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Vercel webhook
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Triggering deploy hook on vercel
|
||||
uses: fjogeleit/http-request-action@v1.9.2
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||
method: 'POST'
|
||||
Reference in New Issue
Block a user