behrouz.babaki
`railway up` always deploys to `production` environment
I can create different CI jobs (
deploy-stage
, deploy-production
, etc.) for different environments and use the environment-specific RAILWAY_TOKEN
for each job. I will try this approach and will report the result here.20 replies
`railway up` always deploys to `production` environment
Yes. The
RAILWAY_TOKEN
is a project token.
I get the same result with a global install. Regardless of that, I think I still have to install it locally if I want to use railway up
in a GitLab CI script, unless there is a preferred alternative.20 replies