Delete deployment-develop.yml

This commit is contained in:
amir houieh 2022-06-22 13:32:13 +02:00 committed by GitHub
parent 5602e14f0a
commit 92c01bef04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

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