Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit dbcffec

Browse files
authored
Merge pull request #97 from ProgrammingLab/gedorinku/fix_deploy
Fix deploy key
2 parents bfd2f88 + 9f0a07f commit dbcffec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
after_success:
99
- |
1010
if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
11-
openssl aes-256-cbc -K $encrypted_00e52e4d153a_key -iv $encrypted_00e52e4d153a_iv -in travis_koneko_client.enc -out /home/travis/.ssh/id_ed25519 -d;
11+
openssl aes-256-cbc -K $encrypted_0be7659e51c5_key -iv $encrypted_0be7659e51c5_iv -in id_ed25519_koneko-website.enc -out /home/travis/.ssh/id_ed25519 -d;
1212
chmod 600 ~/.ssh/id_ed25519;
1313
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
1414
git config --global user.email "[email protected]";

id_ed25519_koneko-website.enc

448 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)