make config gitlab-ci

This commit is contained in:
2020-07-04 08:43:03 +02:00
parent a6150bf9cf
commit 7b00dd2975
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=portal
DB_USERNAME=portal
DB_USERNAME=root
DB_PASSWORD=secret
BROADCAST_DRIVER=log

View File

@@ -61,7 +61,7 @@ before_script:
# - php artisan config:cache
- php artisan optimize
# Run database migrations.
- php artisan migrate --force
- php artisan migrate
# Run database seed
- php artisan db:seed