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