RRailway•Created by richard_21848 on 9/2/2023 in #✋|help Run a command in production (rake)
Hi there, newcomer from Heroku here — I need to run a command in my production environment (in this instance rake db:seed
but other times I need a console i.e. rails c
). On Heroku I would do heroku run rake db:seed
, how would I do this on Railway?