diff --git a/.github/workflows/deployment-production.yml b/.github/workflows/deployment-production.yml deleted file mode 100644 index 6136a09..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: Triggering deploy hook on vercel - uses: fjogeleit/http-request-action@v1.9.2 - with: - url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }} - method: 'POST'