Skip to content
Snippets Groups Projects
Commit 72eed2a7 authored by Tommy Chen's avatar Tommy Chen
Browse files

Update ssh config

parent dd80f1a3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ before_install:
- chmod 600 ~/.ssh/id_rsa
- eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa
- cp .travis/git_config ~/.ssh/config
- cp .travis/ssh_config ~/.ssh/config
- git config --global user.name "Tommy Chen"
- git config --global user.email tommy351@gmail.com
- npm install hexo@beta -g
......
Host github.com
User git
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_rsa
\ No newline at end of file
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
\ No newline at end of file
......@@ -16,5 +16,5 @@ disqus_shortname: hexojs
theme: hexo3
deploy:
type: git
repo: https://github.com/hexojs/hexojs.github.io
repo: git@github.com:hexojs/hexojs.github.io.git
branch: auto-deploy-test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment