From 2d9b5b41ee22944f2cafd7e36223f92d451e7dcc Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Mon, 4 Apr 2022 12:19:11 +0200 Subject: [PATCH] wip --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 359a677..2d5c592 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:clear && php artisan route:cache && php artisan migrate --force +release: php artisan config:cache && php artisan route:cache && php artisan migrate --force worker: php artisan queue:work