You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
{
"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.