From 108c8498fc3eec8bc596002ea0643f443f995c4e Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Sun, 28 Sep 2025 02:49:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 58f8f46..61f8637 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -95,11 +95,11 @@ jobs: --log-opt max-file=3 \ -p 8080:8080 \ -p 8443:8443 \ - -e SPRING_PROFILES_ACTIVE=prod \ - -e SPRING_DATASOURCE_URL=jdbc:mysql://115.190.121.151:3306/light_delivery?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true \ - -e SPRING_DATASOURCE_USERNAME=double \ - -e SPRING_DATASOURCE_PASSWORD="${{ secrets.DB_PASSWORD }}" \ - -e JAVA_OPTS="-Xmx512m -Xms256m -Djava.security.egd=file:/dev/./urandom" \ + -e "SPRING_PROFILES_ACTIVE=prod" \ + -e "SPRING_DATASOURCE_URL=jdbc:mysql://115.190.121.151:3306/light_delivery?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true" \ + -e "SPRING_DATASOURCE_USERNAME=double" \ + -e "SPRING_DATASOURCE_PASSWORD=${{ secrets.DB_PASSWORD }}" \ + -e "JAVA_OPTS=-Xmx512m -Xms256m -Djava.security.egd=file:/dev/./urandom" \ -v /app/logs:/app/logs \ -v /etc/ssl/certs:/etc/ssl/certs:ro \ light-delivery-app:latest