From ec9a41012c8ac7cb90be626b9c50117d32780606 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Mon, 4 Apr 2022 08:49:44 +0200 Subject: [PATCH] wip --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2d5c592..3770cd8 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/ -release: php artisan config:cache && php artisan route:cache && php artisan migrate --force +release: php artisan route:cache && php artisan migrate --force worker: php artisan queue:work