Add CNAME only to remix-live.

pull/1/head
chriseth 8 years ago
parent 1b8b0b542a
commit 43df1b87c2
  1. 1
      CNAME
  2. 4
      ci/deploy_from_travis.sh

@ -1 +0,0 @@
remix.ethereum.org

@ -35,5 +35,9 @@ eval `ssh-agent -s`
ssh-add deploy_key ssh-add deploy_key
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 -D
echo -n "remix.ethereum.org" > CNAME
git add CNAME
git commit --amend
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