Skip to content

Commit

Permalink
chore: try private networking for database in admin dashboard 🔒 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou authored Nov 15, 2024
1 parent f258513 commit 193bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-dashboard/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "yarn db:migrate && yarn build --filter=admin-dashboard",
"buildCommand": "DATABASE_URL=$DATABASE_PUBLIC_URL yarn db:migrate && yarn build --filter=admin-dashboard",
"nixpacksConfigPath": "/apps/admin-dashboard/railway.json",
"watchPatterns": [
"/apps/admin-dashboard/**/*",
Expand Down

0 comments on commit 193bf7d

Please sign in to comment.