make config gitlab-ci
This commit is contained in:
@@ -10,7 +10,7 @@ DB_CONNECTION=mysql
|
|||||||
DB_HOST=127.0.0.1
|
DB_HOST=127.0.0.1
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=portal
|
DB_DATABASE=portal
|
||||||
DB_USERNAME=portal
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=secret
|
DB_PASSWORD=secret
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
BROADCAST_DRIVER=log
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ before_script:
|
|||||||
# - php artisan config:cache
|
# - php artisan config:cache
|
||||||
- php artisan optimize
|
- php artisan optimize
|
||||||
# Run database migrations.
|
# Run database migrations.
|
||||||
- php artisan migrate --force
|
- php artisan migrate
|
||||||
# Run database seed
|
# Run database seed
|
||||||
- php artisan db:seed
|
- php artisan db:seed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user