mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
7 lines
194 B
Bash
7 lines
194 B
Bash
|
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
|