Skip to content

Commit

Permalink
chore: Update migrator.ts to use environment variables for default va…
Browse files Browse the repository at this point in the history
…lues
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent e0d1909 commit 2986294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/migrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ try {

console.log(`Migrated D1 "${DB_NAME}"`)
console.log(`----------------------------`)
console.log(`Deploying"`)
console.log(`Deploying`)
await $`echo -e "n\ny\n" | bunx wrangler deploy`
console.log(`Deployed`)
console.log(`----------------------------`)
Expand Down

0 comments on commit 2986294

Please sign in to comment.