File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Following inputs can be used as `step.with` keys
5959| `s3_folder` | Yes | String | S3 Folder for archive to be uploaded within bucket. |
6060| `excluded_files` | No | String | Space delimited list of patterns to exclude from archive |
6161| `directory` | No | String | Directory to archive. Defaults to root of project. |
62+ | `custom_zip_flags` | No | String | Flags to pass to `zip` command. (ie `zip "$FLAGS" ...`) |
6263| `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
6364| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default : ` 60` ) |
6465| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
You can’t perform that action at this time.
0 commit comments