From b434e7f3ef4a6791a332ec003ede184bb47902af Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 05:24:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20deployment=20script=20t?= =?UTF-8?q?o=20build=20and=20deploy=20Vue=203=20application=20with=20enhan?= =?UTF-8?q?ced=20file=20transfer=20and=20Docker=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/utils/deploy-pokedex.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/utils/deploy-pokedex.js b/code/utils/deploy-pokedex.js index 7738517..61f4416 100644 --- a/code/utils/deploy-pokedex.js +++ b/code/utils/deploy-pokedex.js @@ -1,9 +1,10 @@ /** * Pokedex.Online Deployment Script * - * Deploys the pokedex.online Docker container to Synology NAS via SSH. + * Deploys the Vue 3 pokedex.online application to Synology NAS via SSH. + * - Builds the Vue 3 application locally (npm run build) * - Connects to Synology using configured SSH hosts - * - Transfers files via SFTP + * - Transfers built files and Docker configuration via SFTP * - Manages Docker deployment with rollback on failure * - Performs health check to verify deployment *