slopshop-tools/Railway Deploy
Idempotent Railway deployment from a declarative config file (railway-deploy.jsonc)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Railway API token (account-level) | yes | — |
| workspace | Railway workspace ID | yes | — |
| config | Path to railway-deploy.jsonc config file | no | railway-deploy.jsonc |
Outputs
| name | description |
|---|---|
| service_url | Public URL of the deployed service (set when config has exactly one service) |
| api_url | Public URL of the service named "api" (set as {name}_url for each service) |