- aggiornato sistema per inviare le newsletter !
This commit is contained in:
@@ -22,9 +22,13 @@ else
|
||||
cp -R _ALL_SITES/$site/.env.development .
|
||||
cp -R _ALL_SITES/$site/.env.production .
|
||||
cp -R _ALL_SITES/$site/.env.test .
|
||||
cp -R _ALL_SITES/$site/images/* ./public/images/
|
||||
cp -R _ALL_SITES/$site/favicon.ico ./public/
|
||||
|
||||
rm -R ./public/upload/products/*
|
||||
cp -R _ALL_SITES/$site/upload/products/* ./public/upload/products/
|
||||
rm -R ./public/images/*
|
||||
cp -R _ALL_SITES/$site/images/* ./public/images/
|
||||
|
||||
if [ "$site" = "piuchebuono.app" ]; then
|
||||
cp ../freeplanet_serverside/.env.dev.pcb ../freeplanet_serverside/.env.development
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user