Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not update/sort env vars when nothing changes
When updating an app with an unrelated change, we should not sort the existing env vars as that can trigger an unexpected build. We simply return the old env vars if the new envs and to delete is empty.
- Loading branch information