From afb4a1315aed065c7ab87ac0c9ea90f57364a53e Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 29 Mar 2020 11:48:21 +0200 Subject: [PATCH] add deploy commands --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index b00c763..279c5c9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,8 @@ git pull origin production composer install php artisan migrate --force +php artisan test +php artisan optimize npm install npm run prod