Files
ProxyPanel/update.sh
2020-08-05 03:20:32 +08:00

12 lines
267 B
Bash

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