Skip to content

Commit

Permalink
build: Use torchbox_temp as database name
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored May 10, 2024
1 parent 70e920c commit 975451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/deploy-to-container/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function main () {
`VIRTUAL_PORT=80`,
`DJANGO_SETTINGS_MODULE=ietf.settings.production`,
`PGHOST=ws-db-${branch}`,
`PGDATABASE=torchbox`,
`PGDATABASE=torchbox_temp`,
`PGUSER=postgres`,
`PGPASSWORD=password`,
`SECRET_KEY=${nanoid(36)}`,
Expand Down

0 comments on commit 975451e

Please sign in to comment.