Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
monitoring
Commits
70dfe4bc
Commit
70dfe4bc
authored
6 years ago
by
Tibo
Browse files
Options
Downloads
Patches
Plain Diff
Add deploy config
parent
88a1f5f9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deploy.yml
+12
-0
12 additions, 0 deletions
deploy.yml
web/env.prod
+33
-0
33 additions, 0 deletions
web/env.prod
web/resources/views/layouts/app.blade.php
+2
-2
2 additions, 2 deletions
web/resources/views/layouts/app.blade.php
with
47 additions
and
2 deletions
deploy.yml
0 → 100644
+
12
−
0
View file @
70dfe4bc
-
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
This diff is collapsed.
Click to expand it.
web/env.prod
0 → 100644
+
33
−
0
View file @
70dfe4bc
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=
This diff is collapsed.
Click to expand it.
web/resources/views/layouts/app.blade.php
+
2
−
2
View file @
70dfe4bc
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment