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 *