From f2cd72d99e0c82f409c7ffaf755f02dab467b8c0 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 8 Mar 2022 13:14:06 +0100 Subject: [PATCH] test --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d308221..da552c0 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +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 +release: php artisan migrate --force && php artisan cache:clear && php artisan config:cache worker: php artisan queue:work