Add uninstall.sh and test-deployment.sh to release tarball
Bunker Admin
This commit is contained in:
parent
530551f568
commit
cbfa4f9e28
@ -104,7 +104,8 @@ cp "$PROJECT_DIR/api/prisma/init-gancio-db.sh" "$STAGE_DIR/scripts/"
|
||||
|
||||
# Runtime scripts
|
||||
for script in nocodb-init.sh mkdocs-entrypoint.sh backup.sh \
|
||||
upgrade.sh upgrade-check.sh upgrade-watcher.sh; do
|
||||
upgrade.sh upgrade-check.sh upgrade-watcher.sh \
|
||||
uninstall.sh test-deployment.sh; do
|
||||
if [[ -f "$PROJECT_DIR/scripts/$script" ]]; then
|
||||
cp "$PROJECT_DIR/scripts/$script" "$STAGE_DIR/scripts/"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user