Skip to content

Commit

Permalink
fix(): deploy variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 22, 2017
1 parent 3826181 commit 33f0bc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,11 @@ jobs:

working_directory: ~/repo

environment:
SYNCANO_AUTH_KEY: ${CANARY_SYNCANO_AUTH_KEY}
SYNCANO_PROJECT_INSTANCE: ${CANARY_SYNCANO_PROJECT_INSTANCE}

steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: export SYNCANO_AUTH_KEY=${CANARY_SYNCANO_AUTH_KEY}
- run: export SYNCANO_PROJECT_INSTANCE=${CANARY_SYNCANO_PROJECT_INSTANCE}
- run: npx npm-cli-login -u $NPM_USER -p $NPM_PASS -e $NPM_EMAIL -s syncano
- run: npx lerna publish --canary --yes
- run: node packages/cli/lib/cli.js deploy
Expand Down

0 comments on commit 33f0bc1

Please sign in to comment.