0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-11-12 16:30:38 +00:00
wp-gitea-release/.drone.yml

25 lines
442 B
YAML
Raw Normal View History

build:
image: golang:1.5
commands:
2015-12-23 14:17:14 +00:00
- make deps
- make build
- make test
publish:
docker:
2016-01-15 16:46:00 +00:00
username: jackspirou
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
2016-01-15 16:46:00 +00:00
repo: jackspirou/drone-github-release
when:
branch: master
plugin:
name: GitHub Release
2015-12-23 14:17:14 +00:00
desc: Publishs files and artifacts to GitHub Releases
type: publish
2016-01-15 16:46:00 +00:00
image: jackspirou/drone-github-release
labels:
- github
- release