Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Aug 31, 2024
1 parent b91fa3c commit 1f3b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
DEFAULT_DB_URL=postgresql://postgres:[email protected]:54322/postgres
DB_URL="${DB_URL:-$DEFAULT_DB_URL}"
export DB_URL="${DB_URL:-$DEFAULT_DB_URL}"

bun drizzle-kit migrate

Expand Down

0 comments on commit 1f3b258

Please sign in to comment.