Commit Graph

25 Commits

Author SHA1 Message Date
61613ac7d5 🎨 Adjust indentation and formatting for consistent code style in deployment script 2026-01-30 04:58:32 +00:00
e472db461d 🚀 Add local deployment support and improve error handling in deploy script 2026-01-30 04:58:27 +00:00
b82e2f2424 Add support for local deployment target in Pokedex deployment scripts 2026-01-30 04:57:41 +00:00
52cf322a00 🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace 2026-01-30 04:53:23 +00:00
9fdfbb22d8 🔒 Improve SSH connection handling, enhance file transfer reliability, and update OAuth error handling and tests 2026-01-30 04:53:18 +00:00
47f0a0484b 🔧 Update default ports for deployment configuration 2026-01-29 14:15:05 +00:00
cfde33e38c 🛠️ Improve error message formatting for health check failures 2026-01-29 06:37:34 +00:00
9f8c7ed741 Enhance deployment script with separate health checks for frontend and backend services 2026-01-29 06:37:29 +00:00
ffe8f6c83d 🧹 Remove unnecessary whitespace in deploy script 2026-01-29 06:37:18 +00:00
fcbcd2ec96 🚀 Add functionality to transfer backend server files and directories during deployment 2026-01-29 06:37:13 +00:00
fd826807d8 🔧 Update deploy script to include backend port configuration 2026-01-29 06:36:59 +00:00
dff0cd964b 🔧 Update deploy script to log backend port separately 2026-01-29 06:36:39 +00:00
97e7ecd1b2 🔧 Update docker-compose modification logic to include backend port mapping and refine frontend port handling 2026-01-29 06:36:28 +00:00
ca36f33d69 🔧 Add support for specifying backend port in deployment configuration 2026-01-29 06:36:18 +00:00
a367485203 🚀 Enhance deployment script to include backend support, multi-container Docker management, and extended health checks 2026-01-29 06:36:08 +00:00
fedcc8d25d 🛠️ Simplify argument parsing and validation logic by removing redundant type annotations and relocating target validation 2026-01-28 05:29:56 +00:00
fbd1d8c94f 🛠️ Add SSHHostConfig typedef and improve argument parsing with validation for target 2026-01-28 05:29:43 +00:00
c8194b3083 🔧 Simplify error handling in healthCheck function by removing unused error parameter 2026-01-28 05:26:53 +00:00
2d28f30578 🔧 Remove unnecessary escaping of single quotes in SFTP fallback logic 2026-01-28 05:26:43 +00:00
1c40fca61d 🐛 Fix syntax error in catch block by removing empty parentheses 2026-01-28 05:26:26 +00:00
16c27a8cd7 ⚠️ Handle SFTP errors without capturing the error object in deploy script 2026-01-28 05:26:21 +00:00
b434e7f3ef 🚀 Update deployment script to build and deploy Vue 3 application with enhanced file transfer and Docker management 2026-01-28 05:24:44 +00:00
02c5a9a9c1 🎨 Clean up code formatting and improve readability in deployment script 2026-01-28 05:24:11 +00:00
2206191fd9 🔨 Add Vue 3 build process and dist directory transfer to deployment script 2026-01-28 05:24:06 +00:00
1beba26249 🗑️ Remove unused and archived files across multiple directories and update project dependencies in package files 2026-01-28 02:54:35 +00:00