From 48ae3e2e54b40ef014f2015effc52282445b89dc Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 8 Mar 2022 12:20:45 +0100 Subject: [PATCH] test --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 61c6039..57f0a4b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: vendor/bin/heroku-php-nginx -C nginx.conf public/ +release: php artisan migrate && php artisan db:seed --class=DemoSeeder && php artisan cache:clear && php artisan config:cache \ No newline at end of file