Skip to content

Commit

Permalink
chore(auto-deploy-docs): Fix another typo in deploy key path
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Jun 4, 2016
1 parent ccf4e77 commit 3d2d9c2
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 auto_deploy_docs/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 3d2d9c2

Please sign in to comment.