This commit is contained in:
Tokumeikoi 2020-04-25 19:45:15 +08:00
parent 867f1760d3
commit 2e4de78923
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
wget https://getcomposer.org/download/1.9.0/composer.phar
php composer.phar install -vvv
php artisan v2board:install
chown -R www ./

View File

@ -2,4 +2,3 @@ git fetch --all && git reset --hard origin/master && git pull origin master
php artisan v2board:update
php artisan config:cache
pm2 restart pm2.yaml
chown -R www ./