Update deploy_from_travis_remix-live.sh

pull/1/head
yann300 7 years ago committed by GitHub
parent d61531dfc1
commit c86d67db8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ci/deploy_from_travis_remix-live.sh

@ -27,8 +27,6 @@ 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 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`
echo -n "remix.ethereum.org" > CNAME
git add CNAME
git commit --amend -m "Built website from {$SHA}." git commit --amend -m "Built website from {$SHA}."
ssh-add deploy_key_remix-live 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

Loading…
Cancel
Save