Update deployment instructions

2026-04-03 20:54:11 +00:00
parent 0d5e68afc2
commit 9393f0e294

@@ -123,6 +123,12 @@ git pull
waitress-serve --port=5000 --call 'myriad:create_app' waitress-serve --port=5000 --call 'myriad:create_app'
``` ```
If you need to re-init the database for an update
```
flask --app myriad init-db
```
# Config # Config