Package files to deploy

pull/5370/head
ioedeveloper 5 years ago
parent 7d4bdac682
commit 3033034f20
  1. 3
      apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh

@ -11,6 +11,9 @@ git rm --cached -r -f .
echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
FILES_TO_DEPLOY="assets index.html main.js polyfills.js runtime.js vendor.js"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_PACKAGE
# -f is needed because "build" is part of .gitignore

Loading…
Cancel
Save