mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-06-15 03:25:32 +00:00
Added start dates (#87)
* Added start dates * Added INVENTREE_SITE_URL * Fix other workflow
This commit is contained in:
2
.github/workflows/import_data.yaml
vendored
2
.github/workflows/import_data.yaml
vendored
@ -7,6 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
INVENTREE_SITE_URL: http://localhost:8000
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
INVENTREE_DB_NAME: inventree_db_stable.sqlite3
|
||||
INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup
|
||||
@ -37,6 +38,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
INVENTREE_SITE_URL: http://localhost:8000
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
INVENTREE_DB_NAME: inventree_db_latest.sqlite3
|
||||
INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup
|
||||
|
Reference in New Issue
Block a user