nahascoHOBBY
a year ago
0 Replies
a year ago
that is not possible, instead run these commands locally with railway run
that runs the command on your computer, but makes the environment variables from your railway service available locally
4 months ago
As I am using private link in production to connect with db.
I am trying to run a local file (to inject some data into the database). That will not possible work while running the command locally.
Is there any workaround for this?
4 months ago
but that didn't seems to work either.
preview
MY_VAR=over_this_value_from_railway railway run
4 months ago
db migrations are the correct way to do this
4 months ago