Skip to content

Commit

Permalink
chore(): deploying docs to production
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 9, 2018
1 parent b8d4214 commit 57263ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
- restore_cache:
key: v5-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: echo 'export SYNCANO_AUTH_KEY=${CANARY_SYNCANO_AUTH_KEY}' >> $BASH_ENV
- run: echo 'export SYNCANO_PROJECT_INSTANCE=${CANARY_SYNCANO_PROJECT_INSTANCE}' >> $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
- run: node packages/cli/lib/cli.js hosting sync cookbook
Expand Down Expand Up @@ -451,7 +451,9 @@ workflows:
- test_unit
filters:
branches:
only: master
only:
- master
- /\d/
- publish:
requires:
- test_e2e_instance
Expand Down

0 comments on commit 57263ee

Please sign in to comment.