deploy_tools.sync#

Members

SyncError

Raised when the deployment area is not in a state the sync process can use.

synchronise

Synchronise the deployment folder with the current configuration.

exception deploy_tools.sync.SyncError[source]#

Raised when the deployment area is not in a state the sync process can use.

deploy_tools.sync.synchronise(deployment_root: Path, config_folder: Path, allow_all: bool = False, from_scratch: bool = False) None[source]#

Synchronise the deployment folder with the current configuration.