Disabling artifact deployments locally
From version 1.6.9 of the ArtifactDeployer DxM onwards, it is possible to disable artifact deployments to a particular server through the app settings of the DxM:
On each server where you want to disable artifact deployments, go to the folder
C:\Program Files\Skyline Communications\DataMiner ArtifactDeployer
.In this folder, create or adjust the override appsettings.custom.json with the following contents:
{
"DeployArtifactOptions": {
"IsDisabled": true
}
}
- Restart DataMiner ArtifactDeployer on each server for the changes to take effect.