From 094808a98f401845750be5210ce0a9435a406470 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Tue, 6 Apr 2021 23:52:03 -0700 Subject: [PATCH] Changing post_deploy --- post_deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/post_deploy.sh b/post_deploy.sh index f4281c9..10b5107 100644 --- a/post_deploy.sh +++ b/post_deploy.sh @@ -25,10 +25,6 @@ if [[ ! -f ./.env ]]; then php artisan key:generate fi - - -fi - php artisan migrate # start the application