Skip to content

Commit 72155f1

Browse files
Simplify docs and CI migrations
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
1 parent 83a730e commit 72155f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: 🗄️ Apply D1 Migrations
8888
env:
8989
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
90-
run: bun ./wrangler-env.ts d1 migrations apply epicflare --remote
90+
run: bun ./wrangler-env.ts d1 migrations apply APP_DB --remote
9191

9292
- name: ☁️ Deploy to Cloudflare Workers
9393
id: deploy

docs/cloudflare-offerings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This guide covers how to add common Cloudflare offerings on top of the starter:
1414
- AI Gateway
1515
- An additional KV namespace for app data (separate from `OAUTH_KV`)
1616

17-
All examples assume you are using the template's `wrangler.jsonc` (not
18-
`wrangler.toml`) and that you run commands from the repo root.
17+
All examples assume you are using the template's `wrangler.jsonc` and that you
18+
run commands from the repo root.
1919

2020
## Authentication: `wrangler login` vs API tokens
2121

0 commit comments

Comments
 (0)