By setting autoDeploy: false in the the render.yaml, we can ensure that subsequent merges to the main branch of this repository will not trigger deploys for any instances that have been created and deployed by the Deploy to Render button.
However, merging this PR will trigger a final forced deployment of any instances created and deployed by the Deploy to Render button.
By setting
autoDeploy: false
in the therender.yaml
, we can ensure that subsequent merges to the main branch of this repository will not trigger deploys for any instances that have been created and deployed by the Deploy to Render button.However, merging this PR will trigger a final forced deployment of any instances created and deployed by the Deploy to Render button.
See the Render docs for more information.
Signed-off-by: zach wick zach@render.com