forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ node_js: | |
- "0.10" | ||
|
||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_06b8e90ac19b_key -iv $encrypted_06b8e90ac19b_iv -in ssh_pub.enc -out ~/.ssh/id_rsa.pub -d | ||
- openssl aes-256-cbc -K $encrypted_06b8e90ac19b_key -iv $encrypted_06b8e90ac19b_iv -in ssh_key.enc -out ~/.ssh/id_rsa -d | ||
- chmod 600 ~/.ssh/id_rsa* | ||
- openssl aes-256-cbc -K $encrypted_06b8e90ac19b_key -iv $encrypted_06b8e90ac19b_iv -in ssh_key.enc -out ssh_key -d | ||
- chmod 600 ssh_key | ||
- eval $(ssh-agent) | ||
- ssh-add ~/.ssh/id_rsa | ||
- ssh-add ssh_key | ||
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config | ||
- git config --global user.name "Tommy Chen" | ||
- git config --global user.email [email protected] | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.