mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Script for deploy-bundle generation (#65)
* Added output config generation to ZIP file * Added a README which is bundled with the ZIP file * Remove CONFIGDIR reference
This commit is contained in:
parent
1d89e466d5
commit
92a3e9816c
3 changed files with 187 additions and 2 deletions
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
name: dir,
|
||||
|
||||
volid:: "${CONFIGDIR}/" + dir,
|
||||
volid:: dir,
|
||||
|
||||
with_size:: function(size) self + { size: size },
|
||||
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
|
||||
name: dir,
|
||||
|
||||
volid:: "${CONFIGDIR}/" + dir,
|
||||
volid:: dir,
|
||||
|
||||
with_size:: function(size) self + { size: size },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue