reference env fr this time
Some checks failed
Update Compose File / build (push) Failing after 10s

This commit is contained in:
2025-11-25 12:38:26 -08:00
parent 4c74d33ad3
commit bb47b51132

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