This commit is contained in:
Saeed Vaziry
2023-07-02 12:47:50 +02:00
commit 5c72f12490
825 changed files with 41659 additions and 0 deletions

16
deploy.sh Executable file
View File

@ -0,0 +1,16 @@
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