[Emacs] Fix deploy key?

This commit is contained in:
Ivan Malison 2016-12-28 15:42:19 -08:00
parent c83e6ea7cb
commit 59a345c138
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 3 additions and 0 deletions

2
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.cask
deploy_key

View File

@ -60,6 +60,7 @@ ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
ENCRYPTED_IV_VAR="encrypted_${ENCRYPTION_LABEL}_iv"
ENCRYPTED_KEY=${!ENCRYPTED_KEY_VAR}
ENCRYPTED_IV=${!ENCRYPTED_IV_VAR}
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in deploy_key.enc -out deploy_key -d
chmod 600 deploy_key
eval `ssh-agent -s`

Binary file not shown.