Commit 4720c780 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #395 from ethereum/deployment

Add CNAME only to remix-live.
parents 1b8b0b54 43df1b87
remix.ethereum.org
\ No newline at end of file
......@@ -35,5 +35,9 @@ eval `ssh-agent -s`
ssh-add deploy_key
git push -f git@github.com:ethereum/browser-solidity.git gh-pages
ssh-add -D
echo -n "remix.ethereum.org" > CNAME
git add CNAME
git commit --amend
ssh-add deploy_key_remix-live
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