Files
ProxyPanel/update.sh
2020-08-05 03:51:27 +08:00

9 lines
190 B
Bash

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