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

Commit

Permalink
Add deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shiimaxx committed Apr 15, 2019
1 parent d10c431 commit 97761c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ build:
- script:
name: "go test"
code: "go test -v ./..."
deploy:
steps:
- tcnksm/ghr:
input: dist
replace: true
token: $GITHUB_TOKEN

0 comments on commit 97761c2

Please sign in to comment.