Remove refresh from build script
This commit is contained in:
parent
da4fb6ac72
commit
98fc361ab9
1 changed files with 0 additions and 3 deletions
|
|
@ -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 &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue