R
Railwayβ€’8mo ago
Yuriy

Cannot deploy app with circleci.

1 week ago using "railway up --detach" command I could deploy app through circleci platform. Now it asks me to enter the environment. However, according to documentation when we call "railway up --detach" command it selects production environment by default. There is no another environment in my account, and it doesn't even show any available ones. It just shows the message: "Select a service to deploy to" Project ID: c0fff2db-6720-4c73-9d17-16dcb92b2b5a
Solution:
an update was made to the cli that requires you specify the service you want to up into, since you could have a single database service in a project and up into that, if that database was in use, up'ing into that service would not be good, so while this was a breaking change, it was a much much needed change, all you should need to do is add this flag --service <service id> to your railway up command
Jump to solution
4 Replies
Percy
Percyβ€’8mo ago
Project ID: c0fff2db-6720-4c73-9d17-16dcb92b2b5a
Yuriy
Yuriyβ€’8mo ago
No description
Solution
Brody
Brodyβ€’8mo ago
an update was made to the cli that requires you specify the service you want to up into, since you could have a single database service in a project and up into that, if that database was in use, up'ing into that service would not be good, so while this was a breaking change, it was a much much needed change, all you should need to do is add this flag --service <service id> to your railway up command
Yuriy
Yuriyβ€’8mo ago
Thank a lot!πŸ‘
Want results from more Discord servers?
Add your server
More Posts
force react-google-login in version "^5.2.2."I'm deploying my front end, and I'm encountering issues with the React version, which is 18, and theApplication failed to respondWhen I run my project locally, it's working fine but when I made the deploy, didn't run with --hostreact-google-login in version "^5.2.2."I'm deploying my front end, and I'm encountering issues with the React version, which is 18, and theUprading to Pro from Hobby. Will I be double-billed?I recently upgraded from Hobby to Pro plan. Looking at the UI, I'm a little bit confused. I now haveHotel website using spring boot and react that the costumer can upload photos and edit textHello, i want to deploy a website for a hotel, for this website the costumer want to edit and changDeploying Remix app ends with error during build: RollupError: Could not resolve "../component" ...The import is correct and the build works perfectly fine for me locally. I've checked node and npm vHealth check not working for Strapi instanceI have a Strapi v4 instance running together with a Postgres Server. It seems that due to a knex errPostgres data lost after a few days of delayed payment. Please help 😣I have a postgres database running, I hadn't realized that the services were down due to none paymenUnban Request for Account - Sazumi VickyI, Sazumi Vicky, would like to submit an unban request for my account, which has been blocked with tPerformance Discrepancy Between Localhost and Railway Deployment using NodeJSI am experiencing a significant performance discrepancy between running a Node.js script on my local