From c86d67db8c598072be41e2f71c0c86835773d08d Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 20 Mar 2018 17:59:54 +0100 Subject: [PATCH] Update deploy_from_travis_remix-live.sh --- ci/deploy_from_travis_remix-live.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/deploy_from_travis_remix-live.sh b/ci/deploy_from_travis_remix-live.sh index 3055002faa..a2d39bb05e 100755 --- a/ci/deploy_from_travis_remix-live.sh +++ b/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