Skip to content

Commit

Permalink
Local test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarscher committed Dec 29, 2023
1 parent 7538881 commit a972db6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
projectName: ${{ secrets.CF_PROJECT_NAME }}
directory: .vercel/output/static
branch: main
branch: master
wranglerVersion: '3'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
workingDirectory: apps/next
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"dev": "wrangler dev",
"dev": "wrangler dev --ip 0.0.0.0",
"types": "wrangler types",
"generate": "drizzle-kit generate:sqlite --schema=./src/db/schema.ts --out=./migrations",
"migrate": "wrangler d1 migrations apply production",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "t4-api"
name = "t4-rm-test-api"
compatibility_date = "2023-10-16"
send_metrics = false
node_compat = true
main = "src/worker.ts"
account_id = "719e3374c9fabba87860b809acb3c939"
account_id = "b0f35235b34e83da001de73148cc561e"

[[d1_databases]]
binding = "DB"
database_name = "production"
database_id = "aa5e3923-0f1b-469a-8bb8-d10fb866efe0"
database_id = "22c96fbb-7890-4c92-842f-886daed1d1ac"
migrations_dir = "migrations"

# The necessary secrets are:
Expand Down

0 comments on commit a972db6

Please sign in to comment.