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
|
exit 0
|
||||||
fi
|
fi
|
||||||
openssl aes-256-cbc \
|
openssl aes-256-cbc \
|
||||||
-K $encrypted_7b3e5998334d_key \
|
-K $encrypted_4c3763264a8a_key \
|
||||||
-iv $encrypted_7b3e5998334d_iv \
|
-iv $encrypted_4c3763264a8a_iv \
|
||||||
-in github-deploy-key.enc \
|
-in github-deploy-key.enc \
|
||||||
-out github-deploy-key \
|
-out github-deploy-key \
|
||||||
-d
|
-d
|
||||||
|
|
Loading…
Reference in New Issue