💬 Commit message: Update 2026-02-15 08:34:49, 38 files, 4477 lines

📁 Files changed: 38
📝 Lines changed: 4477

  • deploy.md
  • .coverage
  • deploy.sh
  • cli.py
  • comfy.py
  • __init__.py
  • comfy_routes.py
  • index-BEOoAFTp.css
  • index-Wi7i1Rks.js
  • materialdesignicons-webfont-B7mPwVP_.ttf
  • materialdesignicons-webfont-CSr8KVlo.eot
  • materialdesignicons-webfont-Dp5v-WZN.woff2
  • materialdesignicons-webfont-PXm3-2wK.woff
  • index.html
  • vite.svg
  • .gitignore
  • extensions.json
  • README.md
  • index.html
  • package-lock.json
  • package.json
  • vite.svg
  • App.vue
  • client.ts
  • vue.svg
  • DownloadsPanel.vue
  • GalleryView.vue
  • GenerateView.vue
  • ModelCard.vue
  • SearchView.vue
  • main.ts
  • app.ts
  • index.ts
  • vite-env.d.ts
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts
This commit is contained in:
Adam Ladachowski
2026-02-15 08:34:49 +01:00
parent 3638bd7d81
commit 1d1cd36594
38 changed files with 12 additions and 4465 deletions
+1 -6
View File
@@ -8,11 +8,6 @@ REMOTE="chi@junkpile"
REMOTE_DIR="/opt/tensors/app"
LOCAL_DIR="$(cd "$(dirname "$0")/.." && pwd)"
echo "==> Building UI..."
cd "$LOCAL_DIR/tensors/server/ui"
npm run build
echo ""
echo "==> Syncing Python code to junkpile..."
rsync -av --delete \
--exclude='.git' \
@@ -51,4 +46,4 @@ fi
echo ""
echo "==> Deploy complete!"
echo " Access: http://junkpile:8081"
echo " API: http://junkpile:8081"