Inviato al Server il primo freeplanet.app

e popolodelnuovomondo.insiemesipuo.app
This commit is contained in:
paoloar77
2022-01-04 19:56:33 +01:00
parent 3344c565f0
commit 1008f3a166
35 changed files with 572 additions and 103 deletions

22
__termine.sh Normal file
View File

@@ -0,0 +1,22 @@
if [ "$site" = "" ]; then
echo "Lancio senza Parametri !"
else
echo "TERMINA DI LAVORARE SU $site: (Sovrascrivo !)"
echo "TERMINA DI LAVORARE SU $site: (Sovrascrivo !)" > now.txt
rmdir __$site
cp -R _ALL_SITES/$site _BAK/4/
cp -R src/db _ALL_SITES/$site/
cp -R src/statics _ALL_SITES/$site/
cp -R ./quasar.conf.js _ALL_SITES/$site/
cp -R ./package.json _ALL_SITES/$site/
cp -R ./.env.development _ALL_SITES/$site/
cp -R ./.env.production _ALL_SITES/$site/
cp -R ./.env.test _ALL_SITES/$site/
mkdir _ALL_SITES/$site/root
cp -R src/root/home _ALL_SITES/$site/root/
fi