Ability to have multiple deployments per Repl

Describe your feature request

I think it would be very useful if we could have multiple deployments per Repl. It is a great step forward to have the new deployment options that just came out, but I would love to be able to have multiple individual deployments with their own configurations.

This functionality would enable me to bring the entirety of one of my larger projects onto Replit (Which is something I would love to do), and I’m sure it would improve the platform for many others looking to have a slightly more flexible deployments experience.

What problem(s) would this feature solve?

  • A deployment for each environment (Prod, Test, Dev, etc)
  • Easy managed whitelabeling of your project if you can have an individual Deployment secrets configuration like how it is now
  • Better monorepo replit experience - e.g. “I don’t want to make a new Repl for each deployment out of my monorepo”

Explain what you were trying to do when you came across the problem leading to this feature request

I have one project that is a monorepo where I need to deploy multiple backends/frontends out of it, and I have another project that is fairly large where we need multiple environments(Prod, Test, Dev, etc) to be comfortable shipping quickly to users.

Rough mspaint example:

4 Likes