ZIP with YAML

YAML parameters for ZIP

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to ZIP.
local_path RequiredStringThe path in the repository.
destination RequiredStringThe target path.
deployment_excludesString[]The paths and/or files that will be left out during the deployment.
deployment_includesString[]The exceptions from the ignore patterns set in deployment_excludes.

YAML example for ZIP

yaml
actions: - action: "Zippy zip" type: "ZIP" trigger_time: "ON_EVERY_EXECUTION" local_path: "/dir_to_zip" destination": "package.zip" deployment_excludes: - "/assets/" - "file.txt" deployment_includes: - "/assets/assets-new/" - "/assets/file.txt"

Last modified on Sep 23, 2024