mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +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
|