2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-10 22:24:16 +00:00

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

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

* fix wrong assign

* fix warnings

* also publish to release artifacts

(cherry picked from commit 1cc1f059c8)

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
github-actions[bot]
2026-02-17 21:48:48 +11:00
committed by GitHub
parent eb413bcc57
commit dededb0aa1
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