Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BaldoBlog
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Elliot Magnusson
BaldoBlog
Commits
72eed2a7
Commit
72eed2a7
authored
10 years ago
by
Tommy Chen
Browse files
Options
Downloads
Patches
Plain Diff
Update ssh config
parent
dd80f1a3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
.travis/ssh_config
+2
-1
2 additions, 1 deletion
.travis/ssh_config
_config.yml
+1
-1
1 addition, 1 deletion
_config.yml
with
4 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
72eed2a7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.travis/
git
_config
→
.travis/
ssh
_config
+
2
−
1
View file @
72eed2a7
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
This diff is collapsed.
Click to expand it.
_config.yml
+
1
−
1
View file @
72eed2a7
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment