test
Some checks failed
Update Compose File / build (push) Failing after 8s

This commit is contained in:
2025-11-25 12:45:25 -08:00
parent 0cb80443f1
commit 203dc0ca3e

View File

@@ -11,4 +11,4 @@ jobs:
- run: apt update && apt install sshpass -y - run: apt update && apt install sshpass -y
- name: Update Compose - name: Update Compose
run: | run: |
sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin cd ~/config && git pull && docker compose up -d --remove-orphans sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin touch hello