Configuration Mapping to Execution Engine.
Configuration Mapping to Execution Engine
The local and remote configuration will trigger a task execution based on each unique declaration of context and target, using the corresponding default task tasksRunLocal.tsk
and tasksRunLocal.tsk
.
context target deployHost
remote UAT vm.example.com
local UAT vm.example.com
remote PROD vm.example.com
local PROD vm.example.com
Customer tasks can be defined for directories customLocal
and customRemote
respectively, or custom
if shared.
context target deployTaskOverride
local DOCKER docker-compose-test.tsk
remote UAT on-premise-deploy.tsk
remote PROD on-premise-deploy.tsk
container PUSH publish-production-ertefact.tsk
Note that container
override tasks are made available in the customRemote
directory.
Next: Execution Engine