diff --git a/Envoy.blade.php b/Envoy.blade.php index 13d5ae2..ce27777 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -88,7 +88,7 @@ @task('run_migrations') echo 'Creating cache table if not exists and running migrations' cd {{ $new_release_dir }} - php artisan schema:dump + php artisan cache:table php artisan migrate --force @endtask