fix workflow
Some checks failed
Update Compose File / build (push) Failing after 1s

This commit is contained in:
2025-11-25 12:34:59 -08:00
parent 642ae95f3d
commit 07a18f824f

View File

@@ -8,5 +8,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: apt install sshpass
- name: Update Compose - 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\""