summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-04-24 15:11:02 -0400
committerGitHub <noreply@github.com>2017-04-24 15:11:02 -0400
commit6ab3b0901b2a859b55a68503357e371674113f2a (patch)
tree7892386efd53087ed2670b21e7dbdf79792ad239 /tools
parenta04ad1fcb54621afab3b17b4867cfafcac0f6415 (diff)
downloadqtdeclarative-testsuites-6ab3b0901b2a859b55a68503357e371674113f2a.tar.gz
Update deploy keys
* Update github-deploy-key * Update deploy.sh
Diffstat (limited to 'tools')
-rw-r--r--tools/scripts/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scripts/deploy.sh b/tools/scripts/deploy.sh
index 37fbb6d25..44c6f968b 100644
--- a/tools/scripts/deploy.sh
+++ b/tools/scripts/deploy.sh
@@ -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