Skip to content

Netlify Deploy to Production #8554

Netlify Deploy to Production

Netlify Deploy to Production #8554

Workflow file for this run

name: 'Netlify Deploy to Production'
on:
schedule:
- cron: "0 6,18 * * *"
jobs:
deploy:
name: 'Deploy'
runs-on: ubuntu-latest
steps:
- name: Curl request
run: curl -X POST -d {} ${{ secrets.NETLIFYBUILDURL }}