From 17d19f9172e050686e57f6fcd8c0714fc1e47b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=96=B0=E9=9B=A8?= Date: Tue, 3 Feb 2026 01:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=93=9Dv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/server-deploy.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/server-deploy.yml b/.gitea/workflows/server-deploy.yml index 5435dea..9fb34e2 100644 --- a/.gitea/workflows/server-deploy.yml +++ b/.gitea/workflows/server-deploy.yml @@ -253,7 +253,7 @@ jobs: SSH_PORT="${SSH_PORT:-22}" NGINX_UPSTREAM_NAME="${NGINX_UPSTREAM_NAME:-mindfulness_backend}" - NGINX_UPSTREAM_FILE="${NGINX_UPSTREAM_FILE:-/etc/nginx/conf.d/mindfulness-server.conf}" + NGINX_UPSTREAM_FILE="${NGINX_UPSTREAM_FILE:-/etc/nginx/conf.d/api.damer.fun.conf}" BLUE_PORT="${BLUE_PORT:-8001}" GREEN_PORT="${GREEN_PORT:-8002}" CONTAINER_PORT="${CONTAINER_PORT:-8000}" diff --git a/README.md b/README.md index 179a02c..79a0e7f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ git pull # 创建自己的分支 git checkout -b 姓名拼写 +# 生产密钥 +ssh-keygen -t rsa -b 4096 -m PEM -N '' -f deploy_key_rsa # 目录结构 /mindfulness