mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
update script pulling on master
This commit is contained in:
parent
f4ce7056cd
commit
747ebb9d2f
@ -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 " "
|
||||
|
Loading…
Reference in New Issue
Block a user