How to run "Deployment" job after custom Github CI?
Hi there, I have a Github CI set up, but deployment on Railway is initiated while the CI is still running. How can I make the deployment depend on my github CI yml giving the green light?
Thank you.
4 Replies
Project ID:
9a8cdddf-87aa-4caf-848a-69fb07710946
9a8cdddf-87aa-4caf-848a-69fb07710946
Is it correct to somehow disable automatic deployments and then follow this doc? https://blog.railway.app/p/github-actions
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.
Oh my bad it's just"Check Suites" that needs to be enabled, without any of the complications above.