kiss maybe?
Some checks failed
Update Compose File / build (push) Failing after 9s

This commit is contained in:
2025-11-25 12:41:55 -08:00
parent bb47b51132
commit 41dc763161

View File

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