Update deploy keys

* Update github-deploy-key

* Update deploy.sh
This commit is contained in:
Leo Balter 2017-04-24 15:11:02 -04:00 committed by GitHub
parent a04ad1fcb5
commit 6ab3b0901b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -5,8 +5,8 @@ if [ $TRAVIS_EVENT_TYPE != "push" -o $TRAVIS_BRANCH != "master" ]; then
exit 0
fi
openssl aes-256-cbc \
-K $encrypted_7b3e5998334d_key \
-iv $encrypted_7b3e5998334d_iv \
-K $encrypted_4c3763264a8a_key \
-iv $encrypted_4c3763264a8a_iv \
-in github-deploy-key.enc \
-out github-deploy-key \
-d