mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 11:18:12 +00:00
Delete deployment-develop.yml
This commit is contained in:
parent
5602e14f0a
commit
92c01bef04
13
.github/workflows/deployment-develop.yml
vendored
13
.github/workflows/deployment-develop.yml
vendored
@ -1,13 +0,0 @@
|
||||
name: Vercel webhook
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
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_STAGING }}
|
||||
method: 'POST'
|
Loading…
x
Reference in New Issue
Block a user