pull/2274/head
filip mertens 3 years ago
parent 97f2ee44da
commit c7ca478165
  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

@ -15,7 +15,7 @@ cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
mv production.index.html index.html
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js favicon.ico vendors~app.js app.js raw-loader*.js"
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js favicon.ico vendors~app*.js app.js raw-loader*.js"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

@ -15,7 +15,7 @@ cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
mv production.index.html index.html
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js favicon.ico vendors~app.js app.js raw-loader*.js"
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js favicon.ico vendors~app*.js app.js raw-loader*.js"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

@ -15,7 +15,7 @@ cp -r $FILES_TO_PACKAGE "./"
rm -rf dist
ls
mv production.index.html index.html
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js vendors~app.js app.js raw-loader*.js"
FILES_TO_DEPLOY="assets index.html main*.js polyfills*.js vendors~app*.js app.js raw-loader*.js"
# ZIP the whole directory
zip -r remix-$SHA.zip $FILES_TO_DEPLOY
# -f is needed because "build" is part of .gitignore

Loading…
Cancel
Save