Skip to content

Instantly share code, notes, and snippets.

@saeedvaziry
Created March 4, 2025 18:52
Show Gist options
  • Save saeedvaziry/ab2e37a587b289160a4cb148ec43f975 to your computer and use it in GitHub Desktop.
Save saeedvaziry/ab2e37a587b289160a4cb148ec43f975 to your computer and use it in GitHub Desktop.
vito-laravel-deployment-script
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