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?
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