Commit 726799bc authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #393 from ethereum/deployToRemixLive

Delete old and add new key.
parents 6d618b29 3d23b3b9
...@@ -33,7 +33,7 @@ openssl aes-256-cbc -K $ENCRYPTED_KEY1 -iv $ENCRYPTED_IV1 -in ci/deploy_key.enc ...@@ -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 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` eval `ssh-agent -s`
ssh-add deploy_key ssh-add deploy_key
ssh-add deploy_key_remix-live
git push -f git@github.com:ethereum/browser-solidity.git gh-pages 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 git push -f git@github.com:ethereum/remix-live.git gh-pages
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment