mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
* WIP notifications and other refactors - refactor notification channels - send notifications on events related to the servers and sites - delete server log files on server deletion - add telegram notification channel - add new icons - cache configs and icons on installation and updates - new navbar for dark mode and settings * discord channel * build assets * pint
18 lines
236 B
Bash
Executable File
18 lines
236 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
|
|
php artisan icons:cache
|
|
|
|
sudo supervisorctl restart worker:*
|
|
|
|
php artisan up
|