Skip to content
Snippets Groups Projects
Commit 70dfe4bc authored by Tibo's avatar Tibo
Browse files

Add deploy config

parent 88a1f5f9
No related branches found
No related tags found
No related merge requests found
- plugin: App\Plugins\Writable
params:
- web/bootstrap/cache
- plugin: App\Plugins\Shared
params:
- web/storage
- plugin: App\Plugins\Exec
params:
- cd web && composer install
- cd web && cp env.prod .env
- cd web && touch storage/app/db.sqlite
- cd web && php artisan migrate --force
APP_NAME=Monitor
APP_ENV=local
APP_KEY=base64:p2oYGittQdNtGASsDNp3LGx9YdrwIId4jKncdcEtUdo=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=https://monitor.web-d.be
DB_CONNECTION=sqlite
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
MONGO_URI=
MONGO_URI_OPTIONS=
MONGO_DRIVER_OPTIONS=
......@@ -11,8 +11,8 @@
<title>Monitoring</title>
<script src="{{ asset('js/app.js') }}" defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css"> -->
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment