Aggiunto Multi Progetto

- ++ Popolo del Nuovo Mondo
This commit is contained in:
paoloar77
2022-01-04 01:09:08 +01:00
parent 5375e9d728
commit 3344c565f0
60 changed files with 13241 additions and 230 deletions

23
inizia_freeplanet.app.sh Executable file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
site=freeplanet.app
echo "INIZIA A LAVORARE SU $site: (Sovrascrivo !)" > now.txt
mkdir NEWFREEPLANET
rmdir POPOLODELNUOVOMONDO
cp -R src/sites _BAK/3/
cp -R quasar.conf.js _BAK/3/
cp -R package.json _BAK/3/
cp -R .env.development _BAK/3/
cp -R .env.production _BAK/3/
cp -R .env.test _BAK/3/
cp -R _ALL_SITES/$site/statics src/
cp -R _ALL_SITES/$site/db src/
cp -R _ALL_SITES/$site/quasar.conf.js .
cp -R _ALL_SITES/$site/.env.development .
cp -R _ALL_SITES/$site/.env.production .
cp -R _ALL_SITES/$site/.env.test .