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

This commit is contained in:
Chewico 2025-09-02 23:15:41 +02:00
parent a24cddd0eb
commit b588c67a24

View File

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