fix: lnbits.com deploy

This commit is contained in:
Eneko Illarramendi 2020-09-28 23:49:11 +02:00
parent f60cebb072
commit 3ab29e6e50
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
QUART_APP=lnbits.app
QUART_APP=lnbits.app:create_app()
QUART_ENV=development
QUART_DEBUG=true

View File

@ -1,5 +1,7 @@
{
"scripts": {
"dokku": {}
"dokku": {
"predeploy": "quart migrate && quart assets"
}
}
}