mirror of https://github.com/tc39/test262.git
Update deploy keys
* Update github-deploy-key * Update deploy.sh
This commit is contained in:
parent
a04ad1fcb5
commit
6ab3b0901b
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue