mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge branch 'master' into email_template_change
This commit is contained in:
commit
f3cde5eecc
@ -145,6 +145,7 @@ find /tmp -name "yarn--*" -exec rm -r {} \;
|
||||
# Remove node_modules folders
|
||||
# we had problems with corrupted node_modules folder
|
||||
rm -Rf $PROJECT_ROOT/database/node_modules
|
||||
rm -Rf $PROJECT_ROOT/config/node_modules
|
||||
rm -Rf $PROJECT_ROOT/backend/node_modules
|
||||
rm -Rf $PROJECT_ROOT/frontend/node_modules
|
||||
rm -Rf $PROJECT_ROOT/admin/node_modules
|
||||
@ -154,6 +155,7 @@ rm -Rf $PROJECT_ROOT/federation/node_modules
|
||||
# Remove build folders
|
||||
# we had problems with corrupted incremtal builds
|
||||
rm -Rf $PROJECT_ROOT/database/build
|
||||
rm -Rf $PROJECT_ROOT/config/build
|
||||
rm -Rf $PROJECT_ROOT/backend/build
|
||||
rm -Rf $PROJECT_ROOT/frontend/build
|
||||
rm -Rf $PROJECT_ROOT/admin/build
|
||||
@ -186,6 +188,12 @@ else
|
||||
yarn up
|
||||
fi
|
||||
|
||||
# Install & build config
|
||||
echo 'Updating config' >> $UPDATE_HTML
|
||||
cd $PROJECT_ROOT/config
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
# Install & build backend
|
||||
echo 'Updating backend' >> $UPDATE_HTML
|
||||
cd $PROJECT_ROOT/backend
|
||||
|
||||
@ -13,7 +13,7 @@ COMMUNITY_DESCRIPTION=$COMMUNITY_DESCRIPTION
|
||||
COMMUNITY_SUPPORT_MAIL=$COMMUNITY_SUPPORT_MAIL
|
||||
|
||||
# Meta
|
||||
META_URL=$COMMUNITY_HOST
|
||||
META_URL=$URL_PROTOCOL://$COMMUNITY_HOST
|
||||
META_TITLE_DE=$META_TITLE_DE
|
||||
META_TITLE_EN=$META_TITLE_EN
|
||||
META_DESCRIPTION_DE=$META_DESCRIPTION_DE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user