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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user