make config gitlab-ci

This commit is contained in:
2020-07-04 08:32:43 +02:00
parent b6ceb3e91c
commit a6150bf9cf

View File

@@ -58,9 +58,10 @@ before_script:
- npm run dev - npm run dev
# Generate an application key. Re-cache. # Generate an application key. Re-cache.
- php artisan key:generate - php artisan key:generate
- php artisan config:cache # - php artisan config:cache
- php artisan optimize
# Run database migrations. # Run database migrations.
- php artisan migrate - php artisan migrate --force
# Run database seed # Run database seed
- php artisan db:seed - php artisan db:seed
@@ -72,4 +73,4 @@ test:
# if you have any task for testing frontend # if you have any task for testing frontend
# set it in your package.json script # set it in your package.json script
# comment this out if you don't have a frontend test # comment this out if you don't have a frontend test
- npm test # - npm test