Failed to start deployment
airfoil-frontend
HOBBYOP

a year ago

Could you help to fix the error in my build? There's no error information provided on the log file and it said that I need to contact the helpdesk.

My staging deployment was successful, but the production deployment failed.

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

3 Replies

brody
EMPLOYEE

a year ago

From our internal logs -

executable file `cd` not found in $PATH: No such file or directory

Little tip, it's almost always a bad idea to use cd in build or start commands, there's most likely a far better way to achieve what you accomplish with cd - so please look into that.


airfoil-frontend
HOBBYOP

a year ago

Thanks for the help, I found the issue now. I forgot to remove the custom build command and the start command after using custom Dockerfile on productionpray emoji


brody
EMPLOYEE

a year ago

Awsome!


Status changed to Solved brody over 1 year ago


Loading...