v2board/update.sh

8 lines
273 B
Bash
Raw Normal View History

2020-03-18 18:12:19 +08:00
git fetch --all && git reset --hard origin/master && git pull origin master
2021-08-10 12:37:37 +08:00
rm -rf composer.lock composer.phar
wget https://getcomposer.org/download/2.0.13/composer.phar
2020-10-14 15:27:11 +08:00
php composer.phar update -vvv
2020-03-18 18:12:19 +08:00
php artisan v2board:update
php artisan config:cache
pm2 restart pm2.yaml