mirror of
https://github.com/vacp2p/rlnp2p.vac.dev.git
synced 2026-01-08 20:47:54 -05:00
14 lines
286 B
YAML
14 lines
286 B
YAML
name: Vercel webhook
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
jobs:
|
|
deployment:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Calling webhook
|
|
uses: fjogeleit/http-request-action@v1
|
|
with:
|
|
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
|
method: 'POST'
|