Skip to content

Commit

Permalink
chore(auto-deploy-docs): Fix path to deploy key again
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Jun 4, 2016
1 parent c342220 commit ccf4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-deploy-docs/doc-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in auto_deploy_docs/deploy_key.enc -out deploy_key -d
chmod 600 deploy_key
eval `ssh-agent -s`
ssh-add deploy_key
Expand Down

0 comments on commit ccf4e77

Please sign in to comment.