diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..ef1febf --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,13 @@ +name: Deploy to Vercel + +on: + schedule: + # Daily + - cron: 0 0 * * * + +jobs: + build: + name: Execute Webhook + runs-on: ubuntu-latest + steps: + - run: curl -X POST -d {} ${{ secrets.DEPLOY_WEBHOOK }} \ No newline at end of file