This commit is contained in:
parent
92a0d2aafb
commit
9b7a1159f5
17
.drone.yml
17
.drone.yml
@ -1,5 +1,22 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
name: docker-pipeline
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: git.cubetiqs.com/spring-web-api
|
||||||
|
registry: git.cubetiqs.com
|
||||||
|
tags: latest
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -6,7 +6,7 @@ server:
|
|||||||
key-store: ${SERVER_SSL_KEY_STORE:classpath:keystore/server.jks}
|
key-store: ${SERVER_SSL_KEY_STORE:classpath:keystore/server.jks}
|
||||||
key-store-password: ${SERVER_SSL_KEY_STORE_PASSWORD:cubetiq}
|
key-store-password: ${SERVER_SSL_KEY_STORE_PASSWORD:cubetiq}
|
||||||
key-password: ${SERVER_SSL_KEY_PASSWORD:cubetiq}
|
key-password: ${SERVER_SSL_KEY_PASSWORD:cubetiq}
|
||||||
enabled: ${SERVER_SSL_ENABLED:true}
|
enabled: ${SERVER_SSL_ENABLED:false}
|
||||||
compression:
|
compression:
|
||||||
enabled: ${SERVER_COMPRESSION_ENABLED:${server.ssl.enabled}}
|
enabled: ${SERVER_COMPRESSION_ENABLED:${server.ssl.enabled}}
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https://mirror.ctdn.net/gradle/gradle-7.4.1-bin.zip
|
distributionUrl=https://downloads.gradle.org/distributions/gradle-7.4.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user