Skip to content

Commit

Permalink
Merge pull request #177 from jembi/dev
Browse files Browse the repository at this point in the history
Release 17 Feb 2021
  • Loading branch information
tmvumbi2 authored Feb 17, 2021
2 parents 1f5607e + 3d7d686 commit c257520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .deploy_key.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js: "6"

before_install:
# decrypting the encrypted SSH private key and adding the key to the current ssh-agent to make any SSH-based command agnostic to the private key location
- openssl aes-256-cbc -K $encrypted_47733f2c6cc3_key -iv $encrypted_47733f2c6cc3_iv -in .deploy_key.enc -out /tmp/deploy_key -d
- openssl aes-256-cbc -K $encrypted_c5f977eaf718_key -iv $encrypted_c5f977eaf718_iv -in .deploy_key.enc -out /tmp/deploy_key -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/deploy_key
- ssh-add /tmp/deploy_key
Expand Down

0 comments on commit c257520

Please sign in to comment.