fix: lnbits.com deploy
This commit is contained in:
parent
f60cebb072
commit
3ab29e6e50
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
QUART_APP=lnbits.app
|
QUART_APP=lnbits.app:create_app()
|
||||||
QUART_ENV=development
|
QUART_ENV=development
|
||||||
QUART_DEBUG=true
|
QUART_DEBUG=true
|
||||||
|
|
||||||
|
|
|
||||||
4
app.json
4
app.json
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dokku": {}
|
"dokku": {
|
||||||
|
"predeploy": "quart migrate && quart assets"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue