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

This commit is contained in:
洛天依 2025-01-21 21:27:30 +00:00
parent 056dac89f0
commit 872a08242f
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -22,6 +22,7 @@ jobs:
- name: deploy
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
run: |
apt update && apt install -y rsync
mkdir -p "${HOME}/.ssh"
echo "${DEPLOY_SSH_KEY}" | base64 -d > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"