Skip to content

Commit

Permalink
Do not use SSH for the new publishing bot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored Jan 4, 2018
1 parent e260076 commit 3a2c801
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 @@ -72,7 +72,7 @@ jobs:
command: |
if [[ $CIRCLE_PROJECT_USERNAME == "facebook" && -z $CI_PULL_REQUEST && -z $CIRCLE_PR_USERNAME ]]; then
echo "Deploying website..."
cd website && GIT_USER=docusaurus-bot USE_SSH=true yarn run publish-gh-pages
cd website && GIT_USER=docusaurus-bot USE_SSH=false yarn run publish-gh-pages
else
echo "Skipping deploy."
fi
Expand Down

0 comments on commit 3a2c801

Please sign in to comment.