From 21fc7ef3a5e6e8b303a7be988948fe36b8305601 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 8 Mar 2022 12:49:05 +0100 Subject: [PATCH] test --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 326b9e4..d308221 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: vendor/bin/heroku-php-nginx -C nginx.conf public/ -release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache \ No newline at end of file +release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache +worker: php artisan queue:work