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

This commit is contained in:
Chewico 2025-09-02 23:14:53 +02:00
parent 65f06062fb
commit a24cddd0eb

View File

@ -13,5 +13,5 @@ jobs:
- name: Deploy via SSH with password
run: |
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no user@main-server \
sshpass -p 8426 ssh -o StrictHostKeyChecking=no user@main-server \
"cd /gits/School && git pull origin main"