Skip to content

redeploy

redeploy #295

Workflow file for this run

name: redeploy
on:
schedule:
- cron: '0 0 * * *'
jobs:
redeploy:
runs-on: ubuntu-latest
steps:
- name: Trigger deploy
uses: satak/[email protected]
with:
url: ${{ secrets.VERCEL_WEBHOOK }}
method: POST