We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289d987 commit 7dc8e23Copy full SHA for 7dc8e23
apps/remix-ide/ci/deploy_from_travis_remix-live.sh
@@ -15,6 +15,8 @@ git checkout -b gh-pages
15
git config user.name "$COMMIT_AUTHOR"
16
git config user.email "$COMMIT_AUTHOR_EMAIL"
17
18
+echo "remix.ethereum.org" > CNAME
19
+
20
echo "# Automatic build" > README.md
21
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
22
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
0 commit comments