runner v7
Some checks failed
Test Build Deploy / Test (push) Successful in 1m13s
Test Build Deploy / Build (push) Successful in 1m33s
Test Build Deploy / Deploy (push) Failing after 26s

This commit is contained in:
pesu98
2026-05-13 12:49:15 +08:00
parent 653581a16e
commit 4262fa83b1

View File

@@ -122,8 +122,8 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}
- name: Install SSH password helper
run: sudo apt-get update && sudo apt-get install -y sshpass
- name: Install SSH deployment tools
run: sudo apt-get update && sudo apt-get install -y openssh-client sshpass rsync
- name: Validate deployment secrets
run: |