Merge branch 'master' of https://gitea.violin-work.online/violin/violin-iam
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+6
-2
@@ -6,6 +6,11 @@ name: build-and-deploy-dev
|
||||
# clone:
|
||||
# disable: true
|
||||
|
||||
host_aliases:
|
||||
- ip: "192.168.3.49" # ← 替换为 gitea.violin-work.online 的实际 IP
|
||||
hostnames:
|
||||
- gitea.violin-work.online
|
||||
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
claim:
|
||||
@@ -29,8 +34,7 @@ steps:
|
||||
commands:
|
||||
- mkdir -p /root/.m2
|
||||
- cp /config/settings.xml /root/.m2/settings.xml
|
||||
- ulimit -n 65536
|
||||
- MAVEN_OPTS="-Dmaven.watcher.disabled=true" mvn clean install -U -DskipTests
|
||||
- mvn clean install -U -DskipTests
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
path: /root/.m2
|
||||
|
||||
@@ -31,7 +31,7 @@ violin:
|
||||
auth:
|
||||
exclude-paths: /error
|
||||
anonymous-message-code: AUTHORIZATION_MISSING
|
||||
iam:
|
||||
iam:
|
||||
service-id: ${VIOLIN_IAM_SERVICE_ID:violin-caller}
|
||||
url: ${VIOLIN_IAM_URL:http://localhost:8080}
|
||||
context-path: ${VIOLIN_IAM_CONTEXT_PATH:/violin-iam}
|
||||
|
||||
Reference in New Issue
Block a user