Skip to content

Commit

Permalink
fix(circleci): proper deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 9, 2018
1 parent cacb2c2 commit c4ff73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
steps:
- restore_cache:
key: v5-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: echo 'export SYNCANO_AUTH_KEY=${REGISTRY_PRODUCTION_SYNCANO_AUTH_KEY}' >> $BASH_ENV
- run: echo 'export SYNCANO_AUTH_KEY=${PRODUCTION_SYNCANO_AUTH_KEY}' >> $BASH_ENV
- run: echo 'export SYNCANO_PROJECT_INSTANCE=syncano-docs-${CIRCLE_BRANCH}' >> $BASH_ENV
- run: node packages/cli/lib/cli.js deploy
- run: node packages/cli/lib/cli.js hosting sync docs
Expand Down

0 comments on commit c4ff73d

Please sign in to comment.