Skip to content

Add missing env variables in example file #5

Add missing env variables in example file

Add missing env variables in example file #5

Workflow file for this run

on:
push:
branches:
- master
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
run_migrations:
name: Run Migrations
needs: build
uses: ./.github/workflows/run_migrations.yml
secrets: inherit
with:
environment: production
deploy:
name: Deploy to Cloudflare
needs: run_migrations
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
cf_environment: production