more scripts

pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 70f70d4398
commit ad8d02a095
  1. 2
      apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
  2. 2
      apps/remix-ide/ci/deploy_from_travis_remix-beta.sh
  3. 2
      apps/remix-ide/ci/deploy_from_travis_remix-live.sh

@ -14,7 +14,7 @@ echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
FILES_TO_DEPLOY="assets index.html 404.html main*.js polyfills*.js favicon.ico vendors~app*.js app*.js *raw-loader*.js"
FILES_TO_DEPLOY="assets index.html 404.html *.js favicon.ico"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

@ -14,7 +14,7 @@ echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
FILES_TO_DEPLOY="assets index.html 404.html main*.js polyfills*.js favicon.ico vendors~app*.js app*.js *raw-loader*.js"
FILES_TO_DEPLOY="assets index.html 404.html *.js favicon.ico"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

@ -14,7 +14,7 @@ echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
FILES_TO_DEPLOY="assets index.html 404.html main*.js polyfills*.js vendors~app*.js app*.js *raw-loader*.js"
FILES_TO_DEPLOY="assets index.html 404.html *.js favicon.ico"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

Loading…
Cancel
Save