From a6150bf9cf6f15c8ec07d7eab6a01fc8da250a01 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sat, 4 Jul 2020 08:32:43 +0200 Subject: [PATCH] make config gitlab-ci --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e31d78..b2f2ee8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,9 +58,10 @@ before_script: - npm run dev # Generate an application key. Re-cache. - php artisan key:generate - - php artisan config:cache +# - php artisan config:cache + - php artisan optimize # Run database migrations. - - php artisan migrate + - php artisan migrate --force # Run database seed - php artisan db:seed @@ -72,4 +73,4 @@ test: # if you have any task for testing frontend # set it in your package.json script # comment this out if you don't have a frontend test - - npm test +# - npm test