remove vercel actions

This commit is contained in:
amirhouieh 2023-03-17 12:18:20 +01:00
parent 057b1512ab
commit 7bcbe4edb3
2 changed files with 0 additions and 26 deletions

View File

@ -1,13 +0,0 @@
name: Vercel deploy hook - staging
on:
push:
branches: [ develop ]
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'

View File

@ -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'