about summary refs log tree commit diff
path: root/.github/deploy.sh
diff options
context:
space:
mode:
authormcarton <cartonmartin+git@gmail.com>2016-07-19 23:00:36 +0200
committermcarton <cartonmartin+git@gmail.com>2016-07-19 23:00:36 +0200
commit8587bbe922ddf3a822648b99deb836cce7d7ef76 (patch)
tree8a381f59a7aeb7fa2cc9c204642d6af8671cb6fc /.github/deploy.sh
parent115592530548c623c205185e1d3b89ce7ce05b18 (diff)
Add encryption label to deploy.sh
Aka. “Fix deploy.sh IV”
Diffstat (limited to '.github/deploy.sh')
-rwxr-xr-x.github/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/deploy.sh b/.github/deploy.sh
index 3be61217621..778dd1ff5c2 100755
--- a/.github/deploy.sh
+++ b/.github/deploy.sh
@@ -40,6 +40,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [ "$TRAVIS_BRANCH" != "$SOURCE_BRANC
 fi
 
 # Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
+ENCRYPTION_LABEL=e3a2d77100be
 ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
 ENCRYPTED_IV_VAR="encrypted_${ENCRYPTION_LABEL}_iv"
 ENCRYPTED_KEY=${!ENCRYPTED_KEY_VAR}