Commit fea1b9e1 authored by chriseth's avatar chriseth

Fix commit command.

parent 43df1b87
...@@ -38,6 +38,6 @@ ssh-add -D ...@@ -38,6 +38,6 @@ ssh-add -D
echo -n "remix.ethereum.org" > CNAME echo -n "remix.ethereum.org" > CNAME
git add CNAME git add CNAME
git commit --amend 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
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