mirror of
https://github.com/vacp2p/rlnp2p.vac.dev.git
synced 2026-01-08 04:33:54 -05:00
Merge pull request #1 from amirhouieh/patch-1
Update deployment-production.yml
This commit is contained in:
6
.github/workflows/deployment-production.yml
vendored
6
.github/workflows/deployment-production.yml
vendored
@@ -1,13 +1,13 @@
|
||||
name: Vercel webhook
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Triggering deploy hook on vercel
|
||||
uses: fjogeleit/http-request-action@v1.9.2
|
||||
- name: Calling webhook
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
||||
method: 'POST'
|
||||
|
||||
Reference in New Issue
Block a user