Johannes247
Setup all branches other than main to deploy to development environment
What I basically want is that whenever I push to a branch that's not
main
, the commit will be deployed to my development environment.
That will allow me to point my Vercel preview deployments to my Railway development environment, so that I can run my FE previews against BE previews.
I know this solution is limited, because if I work on multiple BE branches in parallel, it's gonna overwrite my development deploys. But I can live with that, cause I can't find a simple, better solution.14 replies