You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
381 B

machine:
node:
version: node
test:
post:
- npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
deployment:
release:
tag: /.*/
commands:
ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r
$CIRCLE_PROJECT_REPONAME $CIRCLE_TAG packed
dependencies:
pre:
- go get github.com/tcnksm/ghr
- npm install -g slackup