0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-11-10 03:40:40 +00:00
wp-gitea-release/.drone.yml
2016-01-15 10:46:00 -06:00

25 lines
442 B
YAML

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