Commit 60321fe4 authored by Egor Kremnev's avatar Egor Kremnev

edit deploy scripts

parent 4abb3091
......@@ -10,7 +10,7 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=jenkins_app
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
......
......@@ -91,6 +91,7 @@ info "# Set application key"
php artisan key:generate
info "# Optimizing Configuration Loading..."
php artisan optimize
php artisan config:cache
info "# Optimizing Route Loading"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment