grim/convey

Bump the version for release
v0.11.1
2017-10-21, Gary Kramlich
00923ff4e245
Bump the version for release
# convey/bitbucket-upload
The bitbucket-upload image will upload files from your work space to the downloads section of our bitbucket repository.
## Example
tasks:
release:
image: convey/bitbucket-upload
environment:
- BITBUCKET_REPO=rw_grim/convey
- BITBUCKET_AUTH_USER=rw_grim
- BITBUCKET_AUTH_PASSWORD
- BITBUCKET_FILES=*
## Environment variables
### BITBUCKET_REPO
The name of the bitbucket repository to upload files to. This should be in owner/repo_slug format.
### BITBUCKET_AUTH_USER
The Bitbucket username to autenticate with.
### BITBUCKET_AUTH_PASSWORD
The password to use for authentication. Typically this will be an app password.
You are advised to set it in the environment before running convey. When the value is given without an = then the value from the host will be used.
### BITBUCKET_FILES
A space separate list of shell globs of files to upload from the workspace.