Browse Source

Upload binaries to Slack for testing

master
Leo Lamprecht 8 years ago
parent
commit
8869a98597
  1. 2
      circle.yml

2
circle.yml

@ -8,6 +8,7 @@ deployment:
commands: commands:
- npm run pack - npm run pack
- cp packed/* $CIRCLE_ARTIFACTS - cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
release: release:
tag: /.*/ tag: /.*/
commands: commands:
@ -16,3 +17,4 @@ deployment:
dependencies: dependencies:
pre: pre:
- go get github.com/tcnksm/ghr - go get github.com/tcnksm/ghr
- npm install -g slackup

Loading…
Cancel
Save