This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
target_local
Marcel Kloubert edited this page Nov 1, 2017
·
9 revisions
Deploys to a local folder or a shared folder (like SMB) inside your LAN.
{
"deploy": {
"targets": [
{
"type": "local",
"name": "My local folder",
"description": "A local folder",
"dir": "E:/test/my_package_files"
},
{
"type": "local",
"name": "My network folder",
"description": "A SMB shared network folder",
"dir": "\\\\MyServer\\my_package_files"
}
]
}
}
Name | Description |
---|---|
checkBeforeDeploy |
Check for newer files before a deployment starts or not. Default: (false)
|
dir *
|
The target directory. |
empty |
Empty target directory BEFORE deploy or not. Default: (false)
|
transformer *
|
The path to the script that transforms data before it is saved / after it has been loaded. |
transformerOptions |
Optional data for the transformer script. |
* supports placeholders