Update deployment scripts with Node.js path fixes and data preservation

- Modified deploy-to-nas.sh to use vibsin9322 account
- Added Node.js path detection for Synology NAS
- Fixed npm command paths to use full Node.js path
- Added database backup and preservation logic
- Created manual deployment guide and SSH helper scripts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-21 18:23:27 +09:00
parent ce34ca7956
commit 922552c30b
5 changed files with 359 additions and 29 deletions

View File

@@ -39,12 +39,17 @@
"mcp__sequential-thinking__sequentialthinking",
"Bash(git commit:*)",
"Bash(chmod:*)",
"Bash(./deploy-to-nas.sh:*)"
"Bash(./deploy-to-nas.sh:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(cat:*)",
"Bash(./deploy-manual.sh)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"C:\\c\\Users\\COMTREE\\claude_code"
"C:\\c\\Users\\COMTREE\\claude_code",
"C:\\Users\\COMTREE\\.ssh"
]
},
"default-mode": "plan"