mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
cleanup
fix installation fix docker
This commit is contained in:
21
scripts/update.sh
Executable file
21
scripts/update.sh
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /home/vito/vito
|
||||
|
||||
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
|
Reference in New Issue
Block a user