How to run commands on live service?
I would like to run a shell command on my django service thats online. Things like "python manage.py migrate" or "python manage.py custom_command".
Solution:Jump to solution
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 locally3 Replies
Project ID:
643c9962-5fa0-449c-82e0-67b30f66c552
643c9962-5fa0-449c-82e0-67b30f66c552
Solution
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