Skip to content

Deploy

Deploy #54

Workflow file for this run

name: Deploy
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
curl:
name: Kick deploy hook
runs-on: ubuntu-latest
steps:
- name: curl
run: curl -X POST '${{ secrets.DEPLOY_HOOK_URL }}'