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