Commit 779e08f3 authored by yann300's avatar yann300 Committed by GitHub

Update deploy_from_travis.sh

parent cb599405
...@@ -11,7 +11,7 @@ git rm --cached -r . ...@@ -11,7 +11,7 @@ git rm --cached -r .
echo "# Automatic build" > README.md echo "# Automatic build" > README.md
echo "Built website from {$SHA}. See https://github.com/ethereum/remix/ for details." >> README.md echo "Built website from {$SHA}. See https://github.com/ethereum/remix/ for details." >> README.md
# -f is needed because "build" is part of .gitignore # -f is needed because "build" is part of .gitignore
git add -f README.md index.html build/app.js git add -f README.md index.html build/app.js assets
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."
ENCRYPTION_LABEL=fade88419824 ENCRYPTION_LABEL=fade88419824
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment