fix: ci
Some checks failed
CI / Deploy (push) Failing after 4s

This commit is contained in:
洛天依 2025-01-21 21:21:06 +00:00
parent 5af718bb7f
commit 5dfd35f10c
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -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: