fix: ci
All checks were successful
CI / CI (push) Successful in 36s

This commit is contained in:
洛天依 2025-01-22 00:17:33 +00:00
parent 07a6e6ae97
commit a070842722
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GIT_SERVER: devops.lty.name GIT_SERVER: devops.lty.name
DEPLOY_USER: static-deploy DEPLOY_USER: web-deploy
DEPLOY_SERVER: lty.name DEPLOY_SERVER: lty.name
DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix
DEPLOY_SOURCE: dist DEPLOY_SOURCE: dist
@ -19,6 +19,7 @@ jobs:
git lfs install git lfs install
git lfs pull git lfs pull
pip install --break-system-package pdm==2.20.1 pip install --break-system-package pdm==2.20.1
pdm config check_update false
pdm install pdm install
pdm start pdm start
- name: deploy - name: deploy