Now2
Some checks failed
Deploy to School / deploy (push) Failing after 3s

This commit is contained in:
Chewico 2025-09-02 23:17:09 +02:00
parent 497f56d7e3
commit 6c9480a9d6

View File

@ -11,5 +11,5 @@ jobs:
- name: Deploy via SSH with password
run: |
apk add --no-cache openssh-client sshpass
sshpass -p "8426" ssh -o StrictHostKeyChecking=no user@main-server \
sshpass -p "8426" ssh -o StrictHostKeyChecking=no Chewico@10.0.0.10 \
"cd /gits/School && git pull origin main"