Skip to content

Commit

Permalink
[chore] fix deply script
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik committed Feb 21, 2024
1 parent c517a6d commit 18fa6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guiapp/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# build, copy build files, and copy (manually) content of index.html to https://physics.itmo.ru/ru/node/2611/edit

quasar build
cp dist/spa/nmiejs.wasm dist/spa/js/nmiejs.wasm
# cp dist/spa/nmiejs.wasm dist/spa/js/nmiejs.wasm

cd ~/coding/kostyfisik.github.io
git reset --hard c66101abdd5db0a4ff5ef69c3328cdfdbadaa398
# cp -r ../scattnlay/guiapp/dist/spa/* ./
cp -r ../scattnlay/guiapp/dist/spa/* ./
git add *
git add */*
git commit -am 'update'
Expand Down

0 comments on commit 18fa6ca

Please sign in to comment.