mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-04 19:49:16 +00:00
8 lines
205 B
Bash
8 lines
205 B
Bash
#!/usr/bin/env bash
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull
|
|
php artisan optimize:clear
|
|
composer install --prefer-dist --optimize-autoloader --no-dev
|
|
php artisan optimize
|
|
chown -R www:www ./ |