How to do a partial rollout on Railway?
Does anyone had an experience using Railway to do a partial rollout (or canary deployment) of a new version of an app? Any recommendations?
Thanks!
Solution:Jump to solution
currently railway only does blue-green deployments, please open a feedback post for native canary deployments! - https://help.railway.app/feedback
for now this means you would need to roll your own canary deployment solution such as putting a cloudflare or caddy load balancer in front of the new and old deployments....
3 Replies
Project ID:
N/A
N/A
Solution
currently railway only does blue-green deployments, please open a feedback post for native canary deployments! - https://help.railway.app/feedback
for now this means you would need to roll your own canary deployment solution such as putting a cloudflare or caddy load balancer in front of the new and old deployments.