vito/update.sh
2023-08-04 18:28:04 +02:00

17 lines
212 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 config:cache
sudo supervisorctl restart worker:*
php artisan up