Created
March 4, 2025 18:52
-
-
Save saeedvaziry/ab2e37a587b289160a4cb148ec43f975 to your computer and use it in GitHub Desktop.
vito-laravel-deployment-script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan down | |
git pull | |
composer install --no-dev | |
php artisan migrate --force | |
php artisan optimize:clear | |
php artisan optimize | |
php artisan up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment