This is so nice for those of us managing lots of services, thank you Render team!
2 Likes
Keith
June 21, 2023, 11:58pm
2
Hi Jason,
Thank you very much for the kind words and will pass them on to the rest of our team. If you want to read more about a Projects feature going GA, you can do so on our blog: https://render.com/blog/projects
Thanks,
Keith
Render Support, UTC+10
Hi Keith,
The launch of projects is very exciting. Is there any way to use this as a deployment mechanism? All I can see is the ability to group existing services.
In particular, I’m looking for a clean solution to these issues:
I am not quite following here. Imagine my main repo is called webApp. That’s where all my code lives. When I create a new repo (webAppProd), do I fork all of my code? I can’t imagine that is what you’re actually suggesting, because it would create a lot of overhead in terms of syncing commits between two repos.
Or are you saying that webAppProd knows to pull the source code from webApp? This seems to initially make more sense, but then it creates all sorts of problems around CI/CD. For example…
I saw another thread re staging/production (strapi, not rails) but to me it seemed to completely miss the important point: to be able to a) have different app names for staging-vs-production AND b) be able to safely push new code to staging WITHOUT affecting production.
(Heroku’s pipelines are a superb feature that make this easy… pushes can go to staging until you explicitly promote staging to production.)
What’s the closest one can come to isolated staging/production builds for Rails on Rend…
Hi there!
There are a few approaches to managing services across environments on Render, so first let me see if I can address some of your questions.
There is nothing environment specific in our blueprint etc. So our services are created with the same name. This can cause confusion when reviewing services and logs. I’d rather have services created by the staging blueprint instance have a “-staging” appended etc. Is the best way to achieve this to manually rename the services after they have b…
Keith
July 11, 2023, 11:24pm
4
Hi there,
Adding more functionality to our Projects feature is certainly on our radar, but as of now, it is just a way to group services together logically.
Take a look at John’s post here on how you can set up staging/production pipelines on Render: https://community.render.com/t/suggestions-how-to-have-a-permanent-staging/7280 . This is still the best way to go about it.
Regards,
Keith
Render Support, UTC+10
system
Closed
August 10, 2023, 5:04am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.