Skip to content

Commit

Permalink
ci: ensure web app is built and added on dockerPushBeta
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 31, 2019
1 parent 0f51f0c commit 801232f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis/deploy-dockerhub-dev.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
./gradlew copyWebDist
./gradlew dockerPushBeta
16 changes: 10 additions & 6 deletions komga/src/main/resources/application-dev.yml
Expand Up @@ -13,7 +13,7 @@ spring:
properties:
hibernate:
generate_statistics: true
session.events.log: true
session.events.log: false
format_sql: true
logging:
file:
Expand All @@ -22,9 +22,13 @@ logging:
level:
org.gotson.komga: DEBUG
web: DEBUG
org.hibernate:
stat: DEBUG
SQL: DEBUG
cache: DEBUG
type.descriptor.sql.BasicBinder: TRACE
# org.hibernate:
# stat: DEBUG
# SQL: DEBUG
# cache: DEBUG
# type.descriptor.sql.BasicBinder: TRACE
# org.springframework.security.web.FilterChainProxy: DEBUG

management.metrics.export.influx:
# enabled: true
uri: http://localhost:8086

0 comments on commit 801232f

Please sign in to comment.