To update you may run composer update.
composer updateAlso, to ensure that the queue workers have the recent file changes you may run php artisan queue:restart.
php artisan queue:restartphp artisan vendor:publish --tag=deploy-assets --forceFinally you may run the migrations to ensure all the deploy tables are up-to-date.
php artisan migrate