Skip to content

chore(deps): update autofix-ci/action digest to ff86a55 (#102) #132

chore(deps): update autofix-ci/action digest to ff86a55 (#102)

chore(deps): update autofix-ci/action digest to ff86a55 (#102) #132

Workflow file for this run

name: cloudflare
on:
push:
branches:
- main
- cloudflare
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm build
env:
NITRO_PRESET: cloudflare
- uses: cloudflare/wrangler-action@v3.4.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
- name: Test deployed site
run: pnpm test:deployment
env:
DEPLOYMENT_URL: https://nitro-deployment.pi0.workers.dev/