fix?
Some checks failed
Update Compose File / build (push) Failing after 7s

This commit is contained in:
2025-11-25 12:37:12 -08:00
parent 99e4eb6d51
commit 4c74d33ad3

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'"