mirror of
https://github.com/vacp2p/rlnp2p.vac.dev.git
synced 2025-02-22 08:48:16 +00:00
Add files via upload
This commit is contained in:
parent
161b2e8484
commit
3d7cb18b3f
13
.github/workflows/deployment-staging.yml
vendored
Normal file
13
.github/workflows/deployment-staging.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Vercel webhook
|
||||
on:
|
||||
push:
|
||||
branches: [staging]
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Calling webhook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
|
||||
method: 'POST'
|
Loading…
x
Reference in New Issue
Block a user