Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
github release
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed May 2, 2019
1 parent 738a5fc commit 7351c7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ steps:
- go build -o spacestatus .
- tar cvpzf spacestatus.tgz spacestatus status-template.json

- name: release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
files:
- spacestatus.tgz
checksum:
- md5
- sha1
- sha256
when:
event: tag

services:
- name: mqtt
image: eclipse-mosquitto

0 comments on commit 7351c7b

Please sign in to comment.