Merge pull request #396 from ethereum/deployment

Fix commit command.
pull/1/head
chriseth 8 years ago committed by GitHub
commit 071860f80a
  1. 2
      ci/deploy_from_travis.sh

@ -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

Loading…
Cancel
Save