Skip to content

github: add build production with webhook (#813) #1

github: add build production with webhook (#813)

github: add build production with webhook (#813) #1

Workflow file for this run

name: Build Production Site
on:
push:
branches: [master]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: curl -X POST -d {} "${{ secrets.CLOUDFLARE_BUILD_HOOK }}"