Github Tag Based Deployment
We use Github tags and releases when we deploy, we're looking at potentially moving over to Railway from GCP direct and would like to keep our current release procedures. Is there a way to do this with Railway?
Solution:Jump to solution
for sure! you would need to setup an action that runs whenever you do a tagged release, and have that action run railway up to trigger the deployment!
5 Replies
Project ID:
N/A
N/A
Solution
for sure! you would need to setup an action that runs whenever you do a tagged release, and have that action run railway up to trigger the deployment!
its a little outdated, but it should provide enough information to get you started in the right direction!
https://blog.railway.app/p/github-actions
Sweet!