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