Work pls
Some checks failed
Deploy to School / deploy (push) Failing after 2s

This commit is contained in:
Chewico 2025-09-02 23:20:58 +02:00
parent e16dd4a9a3
commit 64d983750f

View File

@ -8,8 +8,12 @@ jobs:
deploy: deploy:
runs-on: host runs-on: host
steps: steps:
- name: Deploy via SSH with password - name: Install git on Alpine runner
run: | run: |
apk add --no-cache openssh-client sshpass apk update
sshpass -p "8426" ssh -o StrictHostKeyChecking=no chewico@10.0.0.10 \ apk add git
"cd /gits/School && git pull origin main"
- name: Update School repo
run: |
cd /git/School
git pull origin main