## Description Add blue-green deployment support alongside existing rolling deploy. ## Proposed Solution - `tow deploy --strategy blue-green` flag - Maintain two deployment slots (blue/green) instead of timestamped directories - Switch traffic via symlink after health check passes - Instant rollback by switching back ## Related - Rolling deploy already works (`--rolling` flag) - Auto-rollback already works (`--auto-rollback` flag)