diff --git a/docs/deploy.sh b/docs/deploy.sh index 6857fdf..861b611 100755 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -58,7 +58,7 @@ 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` -ssh-add deploy_key +ssh-add ../deploy_key # Now that we're all set up, we can push. git push $SSH_REPO $TARGET_BRANCH