mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
export env vars
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user