UPDATE: Python docs
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
293f7c6de6
commit
42d557d485
5
webapp/app.ironcalc.com/frontend/deploy.sh
Executable file
5
webapp/app.ironcalc.com/frontend/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
rm -rf dist/*
|
||||
npm run build
|
||||
cd dist/assets && brotli wasm* && brotli index-*
|
||||
cd ..
|
||||
scp -r * app.ironcalc.com:~/app/
|
||||
Reference in New Issue
Block a user