docs.waku.org/.github/workflows/deployment-production.yml

14 lines
309 B
YAML

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'