blind_update: Update WissKI dependencies

This commit is contained in:
Tom Wiesing 2020-11-16 15:53:53 +01:00
parent d2283d6379
commit 19da0361f7
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -3,11 +3,14 @@
# This utility script can be used to blindly update all dependencies to their latest versions.
# It does not perform any checking whatsoever.
# update the main modules
cd /var/www/data/project || exit 1
# composer install updates
chmod u+rw web/sites/default/
composer update
# update the dabatabase
drush -y updatedb
# update the db
drush -y updatedb
# update the wisski dependencies
cd /var/www/data/project/web/modules/contrib/wisski || exit 1
composer update