0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-20 01:22:45 +02:00
wp-gitea-release/.drone.yml
2015-12-23 15:19:01 +01:00

25 lines
431 B
YAML

build:
image: golang:1.5
commands:
- make deps
- make build
- make test
publish:
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: plugins/drone-github-release
when:
branch: master
plugin:
name: GitHub Release
desc: Publishs files and artifacts to GitHub Releases
type: publish
image: plugins/drone-github-release
labels:
- github
- release