Skip to content

Deploy main to production every 24 hours #3

Deploy main to production every 24 hours

Deploy main to production every 24 hours #3

Workflow file for this run

name: Deploy main to production every 24 hours
on:
schedule:
- cron: "0 */24 * * *"
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Deploy main to production
uses: wei/curl@master
with:
args: ${{ vars.DEPLOY_HOOK_URL }}