Browse Source

Make artifacts available on Circle CI

master
Leo Lamprecht 8 years ago
parent
commit
8f79c9d6f1
  1. 1
      circle.yml
  2. 2
      readme.md

1
circle.yml

@ -7,6 +7,7 @@ deployment:
branch: /.*/ branch: /.*/
commands: commands:
- npm run pack - npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
release: release:
tag: /.*/ tag: /.*/
commands: commands:

2
readme.md

@ -1,6 +1,6 @@
# now CLI # now CLI
[![Build Status](https://travis-ci.org/zeit/now-cli.svg?branch=master)](https://travis-ci.org/zeit/now-cli) [![Build Status](https://circleci.com/gh/zeit/now-cli.svg?style=shield)](https://circleci.com/gh/zeit/now-cli)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat) [![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)

Loading…
Cancel
Save