Fix run.sh to use new env var names
This commit is contained in:
parent
fccde85b15
commit
5000fb55f7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
DATABASE_URL="$BACKEND_DB_URL" diesel setup \
|
DATABASE_URL="$BVPLAN_DB_URL" diesel setup \
|
||||||
--migration-dir ./migrations \
|
--migration-dir ./migrations \
|
||||||
--locked-schema
|
--locked-schema
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue