A Drone plugin to build python packages and publish to pripy
189
A Drone plugin to build python packages and publish to pripy
pipeline:
publish:
image: kayako/drone-pripy:latest
bucket: private.s3.bucket
formats: [ gztar, bztar, ztar, tar, zip ]
use_ci_role: role-with-s3-access
when:
event: deployment
The configuration above will
arn:aws:iam::<acc-id>:role/ci where <acc-id> is the current AWS account ID. A different account ID can be provided using account_id variable.gztar, bztar, ztar, tar, and zip formatsprivate.s3.bucketsts:GetCallerIdentity permission.Following environment variables can be configured:
| Variable | Description | Default |
|---|---|---|
use_ci_role | Name of the IAM role to assume. | ci |
account_id | AWS account ID if applicable | none |
bucket | Target S3 bucket name | none |
formats | List of formats to produce | gztar |
region | AWS region of the bucket | us-east-1 |
Content type
Image
Digest
Size
282.3 MB
Last updated
over 8 years ago
docker pull kayako/drone-pripy