Remove refresh from build script

This commit is contained in:
myrmidex 2025-08-14 21:15:17 +02:00
parent da4fb6ac72
commit 98fc361ab9

View file

@ -41,9 +41,6 @@ php artisan migrate --force
echo "Dispatching initial sync job..." echo "Dispatching initial sync job..."
php artisan tinker --execute="App\\Jobs\\SyncChannelPostsJob::dispatchForLemmy();" php artisan tinker --execute="App\\Jobs\\SyncChannelPostsJob::dispatchForLemmy();"
echo "Dispatching article refresh job..."
php artisan tinker --execute="App\\Jobs\\RefreshArticlesJob::dispatch();"
# Start all services in single container # Start all services in single container
echo "Starting web server, scheduler, and Horizon..." echo "Starting web server, scheduler, and Horizon..."
php artisan schedule:work & php artisan schedule:work &