From 07c4de0dab178f4efd579b120f8413b1e7bc8c2e Mon Sep 17 00:00:00 2001 From: amir houieh Date: Mon, 20 Jun 2022 11:49:19 +0200 Subject: [PATCH] Delete deployment.yml --- .github/workflows/deployment.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/deployment.yml diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml deleted file mode 100644 index 540b713..0000000 --- a/.github/workflows/deployment.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Vercel webhook -on: push -jobs: - deployment: - runs-on: ubuntu-latest - steps: - - name: Calling webhook - uses: fjogeleit/http-request-action@v1 - with: - url: ${{ secrets.VERCEL_WEBHOOK }} - method: 'POST'