Skip to content
Development
Command

/deploy-railway-staging

Deploy the current project to Railway staging environment.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/deploy-railway-staging

Context preview

What this command does when you run it.

Deploy the current project to Railway staging environment.

Command definition

deploy-railway-staging.md

Deploy 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 status updates and verification steps. Include staging URL from Railway dashboard for immediate testing.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked