mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
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_DEBUG=true
|
||||
|
||||
|
|
4
app.json
4
app.json
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"dokku": {}
|
||||
"dokku": {
|
||||
"predeploy": "quart migrate && quart assets"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue