Fix deploy to remix-alpha

pull/3094/head
yann300 7 years ago committed by GitHub
parent 08453beb66
commit c87b53e488
  1. 2
      ci/deploy_from_travis_master.sh

@ -23,7 +23,7 @@ ENCRYPTED_KEY3=${!ENCRYPTED_KEY_VAR3}
ENCRYPTED_IV3=${!ENCRYPTED_IV_VAR3}
touch deploy_key_remix-live-alpha
chmod 600 deploy_key deploy_key_remix-live-alpha
chmod 600 deploy_key_remix-live-alpha
openssl aes-256-cbc -K $ENCRYPTED_KEY3 -iv $ENCRYPTED_IV3 -in ci/deploy_key_remix-live-alpha.enc -out deploy_key_remix-live-alpha -d
eval `ssh-agent -s`

Loading…
Cancel
Save