make config gitlab-ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user