mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
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
|