mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
git fetch --all && git reset --hard origin/master && git pull origin master
|
|
php composer.phar update -vvv
|
|
php artisan v2board:update
|
|
php artisan config:cache
|
|
pm2 restart pm2.yaml
|