fix installation
fix docker
This commit is contained in:
Saeed Vaziry
2024-03-22 14:14:47 +01:00
parent d3aaf2a6fa
commit d4f1a2d4da
29 changed files with 212 additions and 714 deletions

21
scripts/update.sh Executable file
View 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