Changes in railway CLI?
I run deploys through Github Actions, following this post https://blog.railway.app/p/github-actions
I only have one project/service and now I get an error saying "Multiple services, specify it using --service"
I am wondering if anything changed in CLI
Railway Blog
Using Github Actions with Railway
Github Actions come with a pretty neat set of features to automate your workflows. In this post, we talk about using Github Actions to automate your deployments on Railway.
3 Replies
Project ID:
N/A
N/A
yes there was a change,
railway up
will no longer guess at what service to up into, since that behavior could result in up'ing into a database service, now you are required to be explicit about the service you want to up into
its just a simple change as the error message suggests, just add --service <service name / id>
to your railway up
command