Commit 071860f8 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #396 from ethereum/deployment

Fix commit command.
parents 4720c780 fea1b9e1
......@@ -38,6 +38,6 @@ ssh-add -D
echo -n "remix.ethereum.org" > CNAME
git add CNAME
git commit --amend
git commit --amend -m "Built website from {$SHA}."
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