Merge pull request #393 from ethereum/deployToRemixLive

Delete old and add new key.
pull/1/head
chriseth 8 years ago committed by GitHub
commit 726799bc59
  1. 4
      ci/deploy_from_travis.sh

@ -33,7 +33,7 @@ openssl aes-256-cbc -K $ENCRYPTED_KEY1 -iv $ENCRYPTED_IV1 -in ci/deploy_key.enc
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`
ssh-add deploy_key
ssh-add deploy_key_remix-live
git push -f git@github.com:ethereum/browser-solidity.git gh-pages
ssh-add -D
ssh-add deploy_key_remix-live
git push -f git@github.com:ethereum/remix-live.git gh-pages

Loading…
Cancel
Save