mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-20 15:48:11 +00:00
remove vercel actions
This commit is contained in:
parent
c1dcf59684
commit
1b6d0f7e15
13
.github/workflows/deployment-production.yml
vendored
13
.github/workflows/deployment-production.yml
vendored
@ -1,13 +0,0 @@
|
||||
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'
|
13
.github/workflows/deployment-staging.yml
vendored
13
.github/workflows/deployment-staging.yml
vendored
@ -1,13 +0,0 @@
|
||||
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