Skip to content

Nightly Build

Nightly Build #175

Workflow file for this run

name: Nightly Build
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
nightly:
runs-on: ubuntu-latest
steps:
- name: Deploy via cURL
shell: bash
env:
DEPLOY_HOOK: ${{ secrets.VERCEL_DEPLOY_HOOK }}
run: curl -X POST "$DEPLOY_HOOK"