Skip to content

Merge pull request #97 from DaleStudy/dependabot-bun-react-router-nod… #32

Merge pull request #97 from DaleStudy/dependabot-bun-react-router-nod…

Merge pull request #97 from DaleStudy/dependabot-bun-react-router-nod… #32

Workflow file for this run

name: Deploy 🚀
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: deploy-production
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: "94480614a6df7731f1e4491bdac5c440"
packageManager: bun
command: deploy