mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 19:28:13 +00:00
Create deployment-develop.yml
This commit is contained in:
parent
92c01bef04
commit
9091d0f11e
13
.github/workflows/deployment-develop.yml
vendored
Normal file
13
.github/workflows/deployment-develop.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Vercel deploy hook - staging
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
jobs:
|
||||||
|
deployment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Calling staging deploy webhook
|
||||||
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
with:
|
||||||
|
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
|
||||||
|
method: 'POST'
|
Loading…
x
Reference in New Issue
Block a user