Skip to content

Commit

Permalink
Fix path to key
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Dec 9, 2018
1 parent 3ca24df commit fc1092e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- openssl aes-256-cbc -K $encrypted_460819c10bef_key -iv $encrypted_460819c10bef_iv
-in deploy_rsa.enc -out /tmp/deploy_rsa -d
- openssl aes-256-cbc -K $encrypted_50771c031334_key -iv $encrypted_50771c031334_iv
-in mobile/app/android.jks.enc -out mobile/app/android.jks -d
-in mobile/android.jks.enc -out mobile/android.jks -d
- chmod 600 /tmp/deploy_rsa
- eval "$(ssh-agent -s)"
- ssh-add /tmp/deploy_rsa
Expand Down
File renamed without changes.

0 comments on commit fc1092e

Please sign in to comment.