From 3d7cb18b3f4e1e2abdf15455f5dba3362425ef08 Mon Sep 17 00:00:00 2001 From: amir houieh Date: Mon, 21 Nov 2022 15:12:00 +0100 Subject: [PATCH] Add files via upload --- .github/workflows/deployment-staging.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/deployment-staging.yml diff --git a/.github/workflows/deployment-staging.yml b/.github/workflows/deployment-staging.yml new file mode 100644 index 0000000..c4b722f --- /dev/null +++ b/.github/workflows/deployment-staging.yml @@ -0,0 +1,13 @@ +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