drone-minio

Drone plugin to upload or remove filesystems and object storage.

MIT License

Stars
5
Committers
1

drone-minio

Drone plugin to upload or remove filesystems and object storage.

Build

Build the binary with the following commands:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-minio
docker build --rm -t appleboy/drone-minio .