deploy

Deploy code from the current directory to Railway using railway up.

1|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/0xHoneyJar/loa-constructs --skill deploy-0xhoneyjar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/0xHoneyJar/loa-constructs/tree/main/.agents/skills/deploy
Command: npx skills add https://github.com/0xHoneyJar/loa-constructs --skill deploy-0xhoneyjar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys code from the current directory to Railway, enabling rapid push-to-prod workflows.

Core Features & Use Cases

  • Detach and CI deployment modes to fit different release needs.
  • Deploy to the default linked service or specify a target service with --service.
  • Deploy to an unlinked project by providing --project and --environment.
  • Works with the Railway CLI walking up the directory tree to locate a linked project.

Quick Start

Run railway up from the project directory to deploy to Railway.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy code to Railway from the command line?▼

Deploy code to Railway by running the railway up command from your current project directory to push your local code directly to the cloud platform.

Can I deploy to an unlinked Railway project?▼

Yes, you can deploy to an unlinked Railway project by providing the --project and --environment flags when running the railway up command.

What deployment modes are available for Railway CI?▼

Railway CI deployments support both detach and CI deployment modes, allowing you to fit different release workflows when pushing code to your target service.

Do I need the Railway CLI to push code to a linked service?▼

Yes, the Railway CLI is required to push code, as it executes the railway up command and walks up the directory tree to locate your linked project.

How do I specify a target service for my Railway deployment?▼

Specify a target service for your Railway deployment by using the --service flag with the railway up command to override the default linked service.