fix deploy to alpha

pull/3094/head
yann300 7 years ago
parent 2755e49138
commit ff6b4d0b48
  1. 1
      ci/deploy_from_travis_master.sh
  2. 2
      ci/deploy_from_travis_remix-live.sh
  3. BIN
      ci/deploy_key.enc
  4. BIN
      ci/deploy_key_remix-live-alpha.enc
  5. BIN
      ci/deploy_key_yann300_remix.enc

@ -24,7 +24,6 @@ ENCRYPTED_IV3=${!ENCRYPTED_IV_VAR3}
touch 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`

@ -23,7 +23,7 @@ ENCRYPTED_KEY2=${!ENCRYPTED_KEY_VAR2}
ENCRYPTED_IV2=${!ENCRYPTED_IV_VAR2}
touch deploy_key_remix-live
chmod 600 deploy_key deploy_key_remix-live
chmod 600 deploy_key_remix-live
openssl aes-256-cbc -K $ENCRYPTED_KEY2 -iv $ENCRYPTED_IV2 -in ci/deploy_key_remix-live.enc -out deploy_key_remix-live -d
eval `ssh-agent -s`

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save