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

Commit

Permalink
Move the release of the deb package into a separate make target
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvigilante committed May 28, 2018
1 parent 374c132 commit 87c36ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ release:
git tag -a "v${VERSION}" -m "Releasing version ${VERSION}"
git push --tags
goreleaser --rm-dist

release-deb:
deb-s3 upload --s3-region=ap-southeast-2 --bucket=apt.redbubble.com --sign=${DELIVERY_ENGINEERING_GPG_KEY} bin/yak_${VERSION}_linux_amd64.deb

0 comments on commit 87c36ec

Please sign in to comment.