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

This commit is contained in:
洛天依 2025-01-21 22:59:59 +00:00
parent 3b0da434d8
commit 03d7eb99b3
Signed by: luo
SSH Key Fingerprint: SHA256:V1KdsvGUpiKVfrJo1oHrAPnc/Z6k/6xgaZN7iTbYBl4

View File

@ -26,4 +26,4 @@ jobs:
mkdir -p ~/.ssh && touch ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519
echo ${{ secrets.DEPLOY_SSH_KEY }} | base64 -d > ~/.ssh/id_ed25519
echo ${{ secrets.DEPLOY_SERVER }} ${{ env.DEPLOY_SERVER_KEY }} > ~/.ssh/known_hosts
rsync -avz --delete ./dist/ "${DEPLOY_TARGET}:~/${DEPLOY_TARGET}/"
rsync -avz --delete ./dist/ ${{ env.DEPLOY_SERVER }}:~/${{ env.DEPLOY_TARGET }}/