diff --git a/Procfile b/Procfile index 57f0a4b..326b9e4 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +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 +release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache \ No newline at end of file