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

This commit is contained in:
2025-11-25 12:36:01 -08:00
parent 07a18f824f
commit 99e4eb6d51

View File

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