Workpls2
Some checks failed
Deploy to School / deploy (push) Failing after 1s

This commit is contained in:
Chewico 2025-09-02 23:13:13 +02:00
parent 8cbb537506
commit 65f06062fb

View File

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