Skip to content

Merge pull request #93 from DaleStudy/dependabot-bun-vite-78f5677d33 #30

Merge pull request #93 from DaleStudy/dependabot-bun-vite-78f5677d33

Merge pull request #93 from DaleStudy/dependabot-bun-vite-78f5677d33 #30

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