Deploy the current project to Railway staging environment.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginDeploy the current project to Railway staging environment. Execute deployment workflow: - Verify Railway CLI is installed and authenticated - Switch to staging environment (railway environment staging) - Configure staging-specific environment variables - Deploy services using Railway CLI (railway up) - Run database migrations on staging database - Run smoke tests on staging endpoints - Verify deployment health and service status - Generate deployment summary with staging URL - Check Railway logs for any deployment errors Use Railway CLI commands for deployment operations. Provide clear st...