update script pulling on master

This commit is contained in:
root 2021-04-27 13:11:39 +02:00
parent f4ce7056cd
commit 747ebb9d2f
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,8 @@ fi
git config --global diff.submodule log
git submodule update
git submodule foreach git reset --hard && git checkout master && git pull
cecho g "######################"
cecho g " check dependencies of the frontend with yarn "
cecho g "######################"
@ -137,6 +139,9 @@ mv polyfills-es5* es5-polyfills.js
mv polyfills* other-polyfills.js
mv scripts* scripts.js
mv styles* styles.css
chown www-data:www-data . -R
cecho b " finished at ------- $(date) ------- "
cecho g "##################################################################"
cecho g " "