mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
export env vars
This commit is contained in:
parent
886e2cdd8c
commit
f276f19a89
@ -17,3 +17,7 @@ build:
|
||||
- echo "Generating API schema file"
|
||||
- pip install -U invoke
|
||||
- invoke schema --filename docs/schema.yml --ignore-warnings
|
||||
- export INVENTREE_STATIC_ROOT="./static"
|
||||
- export INVENTREE_MEDIA_ROOT="./media"
|
||||
- export INVENTREE_DB_ENGINE="sqlite3"
|
||||
- export INVENTREE_DB_NAME="inventree"
|
||||
|
Loading…
Reference in New Issue
Block a user