From 086943f0d5132c013424281a63ec9351e45a2c1a Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Fri, 13 Feb 2026 21:20:34 +0800 Subject: [PATCH] new --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fd36866..07adb56 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: - name: 登录到 Docker Hub uses: docker/login-action@v3 with: - username: jeremygan2021@163.com + username: jeremygan2021 password: 123quant-speed - name: 构建并推送 Docker 镜像 @@ -29,12 +29,12 @@ jobs: context: . push: true # 使用 Docker Hub 用户名作为镜像前缀 - tags: jeremygan2021@163.com/quant-speed-page:latest + tags: jeremygan2021/quant-speed-page:latest - name: 部署到服务器 uses: appleboy/ssh-action@master env: - DOCKERHUB_USERNAME: jeremygan2021@163.com + DOCKERHUB_USERNAME: jeremygan2021 with: host: 121.40.192.128 username: root