Skip to content

Commit 7dc8e23

Browse files
committed
add cname file
1 parent 289d987 commit 7dc8e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/remix-ide/ci/deploy_from_travis_remix-live.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ git checkout -b gh-pages
1515
git config user.name "$COMMIT_AUTHOR"
1616
git config user.email "$COMMIT_AUTHOR_EMAIL"
1717

18+
echo "remix.ethereum.org" > CNAME
19+
1820
echo "# Automatic build" > README.md
1921
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
2022
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md

0 commit comments

Comments
 (0)