For example with a Symfony project, we might want to deploy a new `.env.local` file (which [is read on every request so does not need any restart](https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files)), even when there is no new build to deploy.
For example with a Symfony project, we might want to deploy a new
.env.localfile (which is read on every request so does not need any restart), even when there is no new build to deploy.