deploy
Deploy local code to Railway services using the CLI with support for CI logs and environment targeting.
Install
npx skills add https://github.com/railwayapp/railway-skills --skill deployStats
| Total installs | 953 |
| Weekly installs | 942 |
| GitHub stars | 214 |
| First seen | Jan 20, 2026 |
| Source | @railwayapp/railway-skills |
Summary
- Two deployment modes: detach (default, returns immediately) and CI (streams build logs until complete)
- Always include a -m flag with a descriptive commit message summarizing the changes being deployed
- Supports targeting specific services and environments via --service and --environment flags, or deploying to unlinked projects with --project and --environment
- CLI automatically walks up the directory tree to find a linked project, so subdirectories don't require relinking
- Use the deployment skill to check build status after detach mode; do not run railway logs --build after CI mode as logs have already streamed
Tags
Related skills
| Skill | Installs | vs deploy |
|---|---|---|
| asc-shots-pipeline | 1,082 | +129 |
| Railway Cli Management | 0 | -953 |
| day6-prd-submit | 928 | -25 |
| cloud-architect | 1,016 | +63 |
| setup-pre-commit | 960 | +7 |
FAQ
- How many installs does deploy have?
- deploy has 953 total installs and 942 installs this week.
- Where is deploy hosted?
- deploy is published by @railwayapp/railway-skills at https://github.com/railwayapp/railway-skills.
- How many GitHub stars does deploy have?
- deploy has 214 GitHub stars.
- When was deploy first indexed?
- OrangeBot.AI first indexed deploy on Jan 20, 2026.
- How do I install deploy?
- Run: npx skills add https://github.com/railwayapp/railway-skills --skill deploy