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: