2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-19 13:18:03 +00:00

refactor(backend): switch release pipeline to new pkgr version (#11336)

* refactor(backend): switch release pipeline to new pkgr version

* fix wrong assign

* fix warnings

* also publish to release artifacts
This commit is contained in:
Matthias Mair
2026-02-17 11:42:14 +01:00
committed by GitHub
parent b8cf2db68e
commit 1cc1f059c8
2 changed files with 101 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ buildpack: https://github.com/matmair/null-buildpack#master
env:
- INVENTREE_DB_ENGINE=sqlite3
- INVENTREE_DB_NAME=database.sqlite3
- INVENTREE_PLUGINS_ENABLED
- INVENTREE_PLUGINS_ENABLED=true
- INVENTREE_MEDIA_ROOT=/opt/inventree/media
- INVENTREE_STATIC_ROOT=/opt/inventree/static
- INVENTREE_BACKUP_DIR=/opt/inventree/backup