2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-06-15 03:25:32 +00:00

Added start dates (#87)
Some checks failed
Import Dataset / stable (push) Has been cancelled
Import Dataset / latest (push) Has been cancelled

* Added start dates

* Added INVENTREE_SITE_URL

* Fix other workflow
This commit is contained in:
Oliver
2025-01-20 22:14:10 +11:00
committed by GitHub
parent baaa92eda5
commit 0a94ccb4e2
2 changed files with 34 additions and 8 deletions

View File

@ -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