Railway Github Action
Hey i followed the blog online and am trying to deploy my railway app under a
backend/
directory in my mono repo, i tried this but getting a 500 error on github actions, any chance i can get some help?
5 Replies
Project ID:
N/A
https://blog.railway.app/p/github-actions for reference
i think the issue is that idk if workingDirectory is the right term
Railway Blog
Using Github Actions with Railway
Github Actions come with a pretty neat set of features to automate your workflows. In this post, we talk about using Github Actions to automate your deployments on Railway.
whats the reason you are deploying from github actions in the first place?
getting a 504 timeout
hmm i guess i can just set it up on railway's end directly
yeah i thought it would be cleaner to have everything in a github action but thinking again i can just do this via railway
indeed
just set the root directory in the service settings
unless you are using the action to do something else as well?