update secret

This commit is contained in:
mm644706215
2025-08-02 17:55:56 +08:00
parent f7e351e0ba
commit 4f7e9a23b1
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ DOMAIN="$2" # 第二个参数:域名,比如 derper.jmsu.top
# 可选你可以将阿里云AK/SK/邮箱也作为参数或放到环境变量/配置文件
REGION="cn-hangzhou"
ACCESS_KEY_ID="LTAI5tP1yWFMMJhF6nrGYEit" # 推荐写到外部变量,或传参数
ACCESS_KEY_SECRET="LTAI5tP1yWFMMJhF6nrGYEit" # 推荐写到外部变量,或传参数
ACCESS_KEY_SECRET="xBEMX76UwvO21DCES2605VM0kAU7TV" # 推荐写到外部变量,或传参数
EMAIL="pylyzeng@gmail.com"
cd "$WORKDIR" || exit 1