Merge pull request #1171 from ethereum/yann300-patch-6

Remove CNAME
pull/1/head
yann300 7 years ago committed by GitHub
commit 3b2cc1e40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ci/deploy_from_travis_remix-live.sh

@ -27,8 +27,6 @@ chmod 600 deploy_key_remix-live
openssl aes-256-cbc -K $ENCRYPTED_KEY2 -iv $ENCRYPTED_IV2 -in ci/deploy_key_remix-live.enc -out deploy_key_remix-live -d
eval `ssh-agent -s`
echo -n "remix.ethereum.org" > CNAME
git add CNAME
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