Skip to content

Commit 6ab3b09

Browse files
authored
Update deploy keys
* Update github-deploy-key * Update deploy.sh
1 parent a04ad1f commit 6ab3b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github-deploy-key.enc

0 Bytes
Binary file not shown.

tools/scripts/deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if [ $TRAVIS_EVENT_TYPE != "push" -o $TRAVIS_BRANCH != "master" ]; then
55
exit 0
66
fi
77
openssl aes-256-cbc \
8-
-K $encrypted_7b3e5998334d_key \
9-
-iv $encrypted_7b3e5998334d_iv \
8+
-K $encrypted_4c3763264a8a_key \
9+
-iv $encrypted_4c3763264a8a_iv \
1010
-in github-deploy-key.enc \
1111
-out github-deploy-key \
1212
-d

0 commit comments

Comments
 (0)