0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-11-10 04:40:38 +00:00
wp-s3-action/.drone.yml
2016-05-12 23:57:09 -07:00

34 lines
553 B
YAML

workspace:
base: /go
path: src/github.com/drone-plugins/drone-s3-sync
pipeline:
build:
image: golang:1.6
environment:
- CGO_ENABLED=0
commands:
- make vet
- make build
- make test
docker:
repo: plugins/drone-s3-sync
storage_driver: overlay
tag: latest
when:
branch: master
event: push
plugin:
name: S3 Sync
desc: Sync a directory with an Amazon S3 Bucket
type: publish
image: plugins/drone-s3-sync
labels:
- publish
- artifacts
- amazon
- aws
- s3