Downloads the Distelli CLI and runs a command.
command
- command to run. Currently only "supports"push
anddeploy
.accessKey
- the Distelli access key (token) for using the CLIsecretKey
- the Distelli secret key for using the CLI
branches
- a whilelist of branches to allow commands on. If unset, all branches are allowed.manifest
- the distelli manifest file. Required forpush
command.
Push a build to Distelli. The build will have a commit message of the form wercker:${WERCKER_BUILD_ID}
.
This form is necessary to locate the pushed bundle for later deployment.
build:
steps:
- distelli:
accessKey: ${DISTELLI_TOKEN}
secretKey: ${DISTELLI_SECRET}
command: push
- initial release