drone-s3-sync/.drone.yml

34 lines
652 B
YAML
Raw Normal View History

2016-05-13 08:54:07 +02:00
workspace:
path: src/github.com/drone-plugins/drone-s3-sync
2016-05-13 08:54:07 +02:00
base: /go
pipeline:
test:
2016-05-13 08:54:07 +02:00
image: golang:1.6
environment:
- CGO_ENABLED=0
2016-05-13 08:54:07 +02:00
commands:
- go vet
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.build=$DRONE_BUILD_NUMBER" -a -tags netgo
2015-10-16 22:09:45 +02:00
publish:
image: plugins/docker
repo: plugins/s3-sync
tags: [ "latest", "1.1", "1" ]
when:
branch: master
2016-05-13 08:54:07 +02:00
event: push
2015-10-16 22:09:45 +02:00
plugin:
name: S3 Sync
desc: Sync a directory with an Amazon S3 Bucket
2015-10-16 22:09:45 +02:00
type: publish
2016-08-17 00:13:12 +02:00
image: plugins/s3-sync
2015-10-16 22:09:45 +02:00
labels:
- publish
- artifacts
- amazon
- aws
- s3