This repository was archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
target_zip
Marcel Kloubert edited this page Nov 1, 2017
·
12 revisions
Deploys to a ZIP file.

{
"deploy": {
"targets": [
{
"type": "zip",
"name": "My ZIP file",
"description": "Create a ZIP file in a target directory",
"open": false,
"target": "E:/test"
}
]
}
}| Name | Description |
|---|---|
checkBeforeDeploy |
Check for newer files before a deployment starts or not. Default: (false)
|
fileName*
|
The custom filename to use. Otherwise an automatic filename is generated. |
open |
Open file after is been created or not. Default: (true)
|
target*
|
The target directory of the new ZIP file. Default: ./
|
transformer*
|
The path to the script that transforms data before it is saved / after it has been extracted. |
transformerOptions |
Optional data for the transformer script. |
* supports placeholders