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'