Connecting to server
✓ Connection established.
$ git pull origin production
Fetching latest updates... [100%]
$ php artisan migrate:status
Database is up to date.
$ npm run build
Vite v5.0.0 building for production...
DONE: Assets optimized successfully.
$ echo "Ready for deployment"
"Ready for deployment"
$ █