From 1b6d0f7e1534a8b7c02f328f44be3a1e00bd79b7 Mon Sep 17 00:00:00 2001 From: amirhouieh Date: Fri, 17 Mar 2023 12:22:59 +0100 Subject: [PATCH] remove vercel actions --- .github/workflows/deployment-production.yml | 13 ------------- .github/workflows/deployment-staging.yml | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 .github/workflows/deployment-production.yml delete mode 100644 .github/workflows/deployment-staging.yml diff --git a/.github/workflows/deployment-production.yml b/.github/workflows/deployment-production.yml deleted file mode 100644 index c140f69..0000000 --- a/.github/workflows/deployment-production.yml +++ /dev/null @@ -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' \ No newline at end of file diff --git a/.github/workflows/deployment-staging.yml b/.github/workflows/deployment-staging.yml deleted file mode 100644 index c4b722f..0000000 --- a/.github/workflows/deployment-staging.yml +++ /dev/null @@ -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' \ No newline at end of file