vito/update.sh
2024-03-17 14:37:19 +01:00

18 lines
235 B
Bash
Executable File

php artisan down
git pull
composer install --no-dev
php artisan migrate --force
php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan config:cache
sudo supervisorctl restart worker:*
php artisan up