Integration of Cricle CI and Railway

Hey Community,

I am trying to deploy an ML model using Railway and Cricle CI. When running my app with Circle CI it stops and asks me to select a Railway service and log in to Railway but I cannot do that. I have set Railway token to Circle CI environment variable. How to make to process automatic?

Hey Community,

I am trying to deploy an ML model using Railway and Cricle CI. When running my app with Circle CI it stops and asks me to select a Railway service and log in to Railway but I cannot do that. I have set Railway token to Circle CI environment variable. How to make to process automatic? In Circle CI i have used Railway token and environment variable.

In Circle CI I am asked to select a service but I cannot select it there. It needs to be automatic.

I have tried two commands:

command: |
cd section-07-ci-and-publishing/house-prices-api && railway up --detach

command: |
cd section-08-deploying-with-containers && railway link -p radiant-generosity -s triumphant-insight && railway up --detach

Is --detach the way that railway recommends using their CLI in a non-interactive manner?

SSH debug might also help here to help you iterate: Debug with SSH - CircleCI