$80M in Series C funding and 2 million developers.
Learn moreSeptember 11, 2024
Improved
Specify deploy behavior when modifying environment variables
When you update a service's environment variables in the Render Dashboard, you can now specify whether this triggers a new deploy.
![Selecting deploy behavior when modifying environment variables](https://cdn.sanity.io/images/hvk0tap5/production/38eefe5cbe3c039ddc5fb93b7a72c42070150e1d-536x450.png?w=1200&q=95&fit=max&auto=format)
Selecting deploy behavior when modifying environment variables
You can select from three options:
- Save, rebuild, and deploy: Render triggers a new build for your service and deploys it with the new environment variables.
- Save and deploy: Render redeploys your service's existing build with the new environment variables.
- Save only: Render saves the new environment variables without triggering a deploy. Your service will not use the new variables until its next deploy.
Learn more about environment variables in the documentation.