소스 검색

[chore] fix deply script

Konstantin Ladutenko 9 달 전
부모
커밋
18fa6cab57
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      guiapp/deploy.sh

+ 2 - 2
guiapp/deploy.sh

@@ -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'