When I initially connected render.com and github for my project it created an “environment” for each service, private or web, I created. In these environments render.com would add “deployments” every time a deployment was made. This was very useful for us. However, when I last added a new service on an existing project, no new environment was created.
- Is there anyway I can force create these?
- Is there anyway I can rename them? (the old ones were created on an old branch, and got names from them)
PS: The environment is NOT the environment in render.com which is a completely different thing, Im talking about the ones in Github which seems to be mapped to a service in render.com
PPS: The reason I want this is because GitHub has webhooks for deploys that we can use. If render.com had hooks that would ping our endpoint on deploys, this would not be necessary.