Deploy to staging or production environment
/plugin marketplace add LeanEntropy/civax-cc-agents/plugin install leanentropy-railway-deployer-plugins-railway-deployer@LeanEntropy/civax-cc-agents# Deploy Command Deploy the current codebase to Railway environment. ## Usage ## What This Does ### For Staging (develop branch) 1. Verify you're on develop branch 2. Check for uncommitted changes 3. Pull latest from origin 4. Push to trigger Railway auto-deploy 5. Show deployment status ### For Production (main branch) 1. **Confirm with user** - production deployments require confirmation 2. Verify staging is stable 3. Merge develop → main (or confirm merge is done) 4. Push to trigger Railway auto-deploy 5. Monitor deployment logs ## Pre-flight Checks - Branch is correct (develop fo...