From 039b09b681ea0faae699cbb3cf32ca10b136d24e Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Fri, 31 Jul 2020 00:20:52 +0000 Subject: [PATCH] Update Envoy.blade.php --- Envoy.blade.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index 0bea02ed..13f3bcad 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -86,8 +86,8 @@ echo 'Migrate DB' cd {{ $app_dir_697 }}/current/ - php artisan migrate - php artisan db:seed --class=ConfigsTableSeeder + yes|php artisan migrate + yes|php artisan db:seed --class=ConfigsTableSeeder @endtask @@ -121,8 +121,8 @@ echo 'Migrate DB' cd {{ $app_dir_736 }}/current/ - php artisan migrate - php artisan db:seed --class=ConfigsTableSeeder + yes|php artisan migrate + yes|php artisan db:seed --class=ConfigsTableSeeder @endtask @@ -156,8 +156,8 @@ echo 'Migrate DB' cd {{ $app_dir_dev }}/current/ - php artisan migrate - php artisan db:seed --class=ConfigsTableSeeder + yes|php artisan migrate + yes|php artisan db:seed --class=ConfigsTableSeeder @endtask @@ -196,8 +196,8 @@ chmod -R 777 {{ $app_dir_227 }}/current/bootstrap/ echo 'Migrate DB' cd {{ $app_dir_227 }}/current/ -php artisan migrate -php artisan db:seed --class=ConfigsTableSeeder + yes|php artisan migrate + yes|php artisan db:seed --class=ConfigsTableSeeder @endtask @@ -231,7 +231,7 @@ chmod -R 777 {{ $app_dir_117 }}/current/bootstrap/ echo 'Migrate DB' cd {{ $app_dir_117 }}/current/ -php artisan migrate -php artisan db:seed --class=ConfigsTableSeeder + yes|php artisan migrate + yes|php artisan db:seed --class=ConfigsTableSeeder -@endtask \ No newline at end of file +@endtask