Externalize targets configuration
Load deployment targets from the filesystem
deploymentTargets:
repository:
type: filesystem
dir: <path to a directory with the target configurations>
inferDeploymentGroupPathFromDirName: <boolean>
inferDeploymentTargetNameFromFileName: <boolean>Example
deploymentTargets:
repository:
type: filesystem
dir: my-targetsInfer deployment group from a directory name
Example
Infer deployment targets' names from names of their config files
Example
Last updated
Was this helpful?