Rollback a deployment to previous version
/plugin marketplace add LeanEntropy/civax-cc-agents/plugin install leanentropy-railway-deployer-plugins-railway-deployer@LeanEntropy/civax-cc-agents# Rollback Command Rollback a deployment to a previous version. ## Usage ## Rollback Methods ### Method 1: Git Revert (Recommended) Creates a new commit that undoes changes. Preserves history. ### Method 2: Railway Dashboard Rollback to specific deployment in Railway UI: 1. Go to Railway Dashboard 2. Select Service → Deployments 3. Click "Rollback" on previous healthy deployment ### Method 3: Hard Reset (Emergency Only) **Warning**: Rewrites history, requires force push. ## Interactive Workflow ## When to Rollback ### Immediate Rollback Needed - Application crashes on startup...