Skip to content

Commit

Permalink
fix(circle): deploy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 21, 2017
1 parent 2f99aaf commit 3826181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: npx npm-cli-login -u $NPM_USER -p $NPM_PASS -e $NPM_EMAIL -s syncano
- run: npx lerna publish --canary --yes
- run: npx packages/cli/lib/cli.js deploy
- run: npx packages/cli/lib/cli.js hosting sync docs
- run: npx packages/cli/lib/cli.js hosting sync cookbook
- run: npx packages/cli/lib/cli.js hosting sync cheatsheet
- run: node packages/cli/lib/cli.js deploy
- run: node packages/cli/lib/cli.js hosting sync docs
- run: node packages/cli/lib/cli.js hosting sync cookbook
- run: node packages/cli/lib/cli.js hosting sync cheatsheet

workflows:
version: 2
Expand Down

0 comments on commit 3826181

Please sign in to comment.