Fix deploy to remix-alpha

pull/1/head
yann300 7 years ago committed by GitHub
parent 5503393827
commit 3cc2f54985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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