diff --git a/ci/deploy_from_travis_master.sh b/ci/deploy_from_travis_master.sh index 0dde7e030c..1d0838d3d6 100755 --- a/ci/deploy_from_travis_master.sh +++ b/ci/deploy_from_travis_master.sh @@ -17,15 +17,19 @@ zip -r remix-$SHA.zip $FILES_TO_PACKAGE git add -f $FILES_TO_PACKAGE remix-$SHA.zip git commit -m "Built website from {$SHA}." -# deploy yann300 gh-pages ENCRYPTED_KEY_VAR3="encrypted_${ENCRYPTION_LABEL3}_key" ENCRYPTED_IV_VAR3="encrypted_${ENCRYPTION_LABEL3}_iv" ENCRYPTED_KEY3=${!ENCRYPTED_KEY_VAR3} ENCRYPTED_IV3=${!ENCRYPTED_IV_VAR3} -touch deploy_key_yann300_remix -chmod 600 deploy_key_yann300_remix -openssl aes-256-cbc -K $ENCRYPTED_KEY3 -iv $ENCRYPTED_IV3 -in ci/deploy_key_yann300_remix.enc -out deploy_key_yann300_remix -d +touch deploy_key_remix-live-alpha +chmod 600 deploy_key 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` + + + + ssh-add deploy_key_yann300_remix -git push -f git@github.com:yann300/remix.git gh-pages +git push -f git@github.com:ethereum/remix-live-alpha.git gh-pages