Skip to content

Commit

Permalink
Add ssh config for gh deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Aug 28, 2017
1 parent 5f6b153 commit cd8209c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ jobs:
name: Setup SSH to GitHub
command: mkdir ~/.ssh && ssh-keyscan github.com > ~/.ssh/known_hosts

- run:
name: Set SSH user email
command: git config --global user.email "[email protected]"

- run:
name: Set SSH user name
command: git config --global user.name "Deployment Bot"

- deploy:
name: Deploy to gh-pages branch on GitHub
command: yarn deploy
Expand Down

0 comments on commit cd8209c

Please sign in to comment.