- sistemato timeout corto
- corretto errori sulla generazione del PDF - corretto alcune directory - corretto fs.promise - corretto CORS !
This commit is contained in:
@@ -19,12 +19,10 @@ fi
|
||||
if [[ $risposta == "Y" || $risposta == "y" ]]; then
|
||||
|
||||
mv public/upload/products ../../
|
||||
mv public/upload/profile ../../
|
||||
|
||||
npm run buildpwa
|
||||
|
||||
mv ../../products public/upload/
|
||||
mv ../../profile public/upload/
|
||||
|
||||
echo "Sincronizzazione in remoto $SERVERDIR_WEBSITE ..."
|
||||
rsync -e 'ssh -p 8822' -a dist/pwa/ pcbuser@pcb:$SERVERDIR_WEBSITE
|
||||
|
||||
Reference in New Issue
Block a user