From 5dfd35f10c21c2d874663a76dc9334ffd7acf467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=A9=E4=BE=9D?= Date: Tue, 21 Jan 2025 21:21:06 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d2cbd2..6133234 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,20 +6,15 @@ jobs: name: Deploy runs-on: ubuntu-latest env: + GIT_SERVER: devops.lty.name DEPLOY_SERVER: copy.lty.name DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix DEPLOY_TARGET: homepage - ACTIONS_STEP_DEBUG: true - GIT_CURL_VERBOSE: 1 - GIT_TRACE: 1 steps: - - uses: https://gitea.com/actions/checkout@v4 - with: - persist-credentials: false - name: build run: | + git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} git lfs install - git config --list git lfs pull # - uses: actions/setup-python@v5 # with: