Skip to content
Snippets Groups Projects
Commit 6ab3b090 authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

Update deploy keys

* Update github-deploy-key

* Update deploy.sh
parent a04ad1fc
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment