mirror of
https://github.com/v2board/v2board.git
synced 2025-07-20 06:29:13 +08:00
update: laravel 7
This commit is contained in:
6
update_dev.sh
Executable file
6
update_dev.sh
Executable file
@ -0,0 +1,6 @@
|
||||
git fetch --all && git reset --hard origin/dev && git pull origin dev
|
||||
rm -rf composer.lock
|
||||
php composer.phar update -vvv
|
||||
php artisan v2board:update
|
||||
php artisan config:cache
|
||||
pm2 restart pm2.yaml
|
Reference in New Issue
Block a user