🗑️ Deprecate deploy-pokedex.js in favor of deploy.sh and update environment variable validation messages

This commit is contained in:
2026-01-30 11:29:28 -05:00
parent fee8fe2551
commit 84f1fcb42a
3 changed files with 51 additions and 36 deletions

View File

@@ -1,23 +1,23 @@
/**
* DEPRECATED: Use deploy.sh instead
*
*
* This utility is being phased out in favor of the comprehensive deploy.sh script
* located at code/websites/pokedex.online/deploy.sh
*
*
* Migration guide:
* Old: node code/utils/deploy-pokedex.js --target internal
* New: cd code/websites/pokedex.online && ./deploy.sh --target production
*
*
* Old: node code/utils/deploy-pokedex.js --target local
* New: cd code/websites/pokedex.online && ./deploy.sh --target local
*
*
* The new deploy.sh provides:
* - Environment-specific builds using Vite modes
* - Automatic build verification
* - Pre-deployment validation
* - Integrated testing
* - Better error handling
*
*
* This file will be removed in a future update.
*/