Loading...
Loading...
This skill should be used when the user wants to push code to Railway, says "railway up", "deploy", "deploy to railway", "ship", or "push". For initial setup or creating services, use new skill. For Docker images, use environment skill.
npx skill4agent add railwayapp/railway-skills deployrailway up-mrailway up --detach -m "Add user authentication endpoint"railway up --detach -m "Deploy description here"railway up --ci -m "Deploy description here"railway up --detach --service backend -m "Deploy description here"railway up --project <project-id> --environment production --detach -m "Deploy description here"--project--environment| Flag | Description |
|---|---|
| Commit message describing the deploy (always use this) |
| Don't attach to logs (default) |
| Stream build logs, exit when done |
| Target service (defaults to linked) |
| Target environment (defaults to linked) |
| Target project (requires --environment) |
| Path to deploy (defaults to current directory) |
rootDirectoryrailway upDeploying to <service>...deployment--linesrailway logs --builddeployment--linesservicedeploymentenvironmentenvironmentNo Railway project linked. Run `railway link` first.No service linked. Use --service flag or run `railway service` to select one.railway up --cirailway logs--lines