Commit 43df1b87 authored by chriseth's avatar chriseth

Add CNAME only to remix-live.

parent 1b8b0b54
remix.ethereum.org
\ No newline at end of file
...@@ -35,5 +35,9 @@ eval `ssh-agent -s` ...@@ -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
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