Skip to content

Deploy to Vercel

Deploy to Vercel #106

Workflow file for this run

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 }}