2 months ago
I use a github repo as the source of my service. In the railway.toml I have startCommand equals to "python main.py". When I try to change the start command to something different in the UI, during deployment it still uses the start command from the toml file. How does exactly config merge work?
0 Replies