Skip to content

Commit

Permalink
iv encoded changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dubasdey committed Jan 21, 2019
1 parent f20b8ba commit 81b8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "B=$TRAVIS_BRANCH T=$TRAVIS_TAG RQ=$TRAVIS_PULL_REQUEST"
if [ ! -z "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo "Deploy $TRAVIS_TAG"
echo "Preparing key"
openssl aes-256-cbc -K $encrypted_3d7f448369a7_key -iv $encrypted_3d7f448369a7_iv -in deploy/codesigning.asc.enc -out deploy/codesigning.asc -d
openssl aes-256-cbc -K $encrypted_770844871d6b_key -iv $encrypted_770844871d6b_iv -in deploy/codesigning.asc.enc -out deploy/codesigning.asc -d
echo "Importing key"
gpg --fast-import deploy/codesigning.asc
echo "Maven deploy"
Expand Down

0 comments on commit 81b8516

Please sign in to comment.