Skip to content

Commit

Permalink
Replace leaked deployment ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Turpitko committed Dec 15, 2018
1 parent 9beb379 commit 186820d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ cache:
directories:
- node_modules
before_install:
- openssl aes-256-cbc -K $encrypted_e3f7a195a1ba_key -iv $encrypted_e3f7a195a1ba_iv
-in id_rsa_travis.enc -out /tmp/id_rsa_travis -d
- >
openssl aes-256-cbc
-K $encrypted_e3f7a195a1ba_key
-iv $encrypted_e3f7a195a1ba_iv
-in id_rsa_travis.enc
-out /tmp/id_rsa_travis
-d
- chmod 600 /tmp/id_rsa_travis
after_success:
- >
[ "$TRAVIS_TAG" == "" ]
[[ "$TRAVIS_TAG" == "" ]]
&& [[ "$TRAVIS_COMMIT_MESSAGE" != *"[Travis]"* ]]
&& git checkout master
&& npm version patch -m "%s [Travis]"
Expand Down
Binary file modified id_rsa_travis.enc
Binary file not shown.

0 comments on commit 186820d

Please sign in to comment.