Skip to content

Commit 90aeed6

Browse files
committed
update encrypted vars
1 parent dfcb00e commit 90aeed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
3939
cp admin/publish-settings.sbt .
4040

4141
# Copied from the output of genKeyPair.sh
42-
K=$encrypted_6b8d67feaab7_key
43-
IV=$encrypted_6b8d67feaab7_iv
42+
K=$encrypted_19496a14fffe_key
43+
IV=$encrypted_19496a14fffe_iv
4444
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
4545
fi
4646
fi

0 commit comments

Comments
 (0)