Skip to content

Merge pull request #3 from heyoub/sync/monorepo-cloudflare-migration #1

Merge pull request #3 from heyoub/sync/monorepo-cloudflare-migration

Merge pull request #3 from heyoub/sync/monorepo-cloudflare-migration #1

Workflow file for this run

name: Deploy to Cloudflare Pages
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx wrangler pages deploy landing --project-name=sunsetter-aqm --commit-hash=${{ github.sha }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}