Back to changelog

Changing a project's source now resets environment overrides

bugfix

Changing a project's source now resets environment overrides

A project has a single source. When you change it on the Project → Source tab, every environment is now reset to inherit the new source — any per-environment source override is cleared and re-applied on the environment's next deployment.

Previously, an environment with its own source override could keep pointing at the old repository or archive after a project source change, silently deploying — and auto-deploying — from the stale source. That no longer happens.

What this means

  • After changing the project source, all environments build from the new source on their next deploy.
  • Auto-deploy environments automatically follow the new repository — no reconfiguration needed.
  • The confirm dialog now tells you how many environment overrides will be cleared before you proceed.

If an environment needs a different branch or archive again, re-apply its source override after changing the project source.