is it possible to have seperate # of replicas for dev environment rather than main?
for some reason whenever I change my forked environment (dev), main gets updated too
6 Replies
Project ID:
f0b123dd-49d4-4bfc-b063-9a5238f876ef
Railway
Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
do I need to have dev be a non-forked environment?
you want environment overrides https://docs.railway.app/deploy/config-as-code#environment-overrides
like so?
looks good to me