Files
ProxyPanel/update.sh
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

10 lines
223 B
Bash

#!/usr/bin/env bash
git fetch --all
git reset --hard origin/master
git pull
php composer.phar update
php composer.phar dumpautoload
php artisan key:generate
php artisan view:clear
php artisan cache:clear
chown -R www:www ./