Skip to content

Commit

Permalink
fix(): adding host
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 9, 2018
1 parent c4ff73d commit 53482fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
steps:
- restore_cache:
key: v5-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: echo 'export SYNCANO_HOST=${PRODUCTION_SYNCANO_HOST}' >> $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
Expand Down

0 comments on commit 53482fd

Please sign in to comment.