Docker Compose Dry Run var fixes.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 14s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Successful in 4m22s
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Failing after 28s

This commit is contained in:
2025-08-25 20:48:10 -04:00
parent 8bb3ea50b3
commit 973537d219
+3 -3
View File
@@ -200,9 +200,9 @@ jobs:
with:
ssh_user: pi
ssh_host: 192.168.1.252
ssh_private_key: ${RIKKU_SSH_PRIVATE_KEY}
ssh_host_public_key: ${RIKKU_SSH_PUBLIC_KEY}
docker_args: -d --remove-orphans --build
ssh_private_key: ${{ secrets.RIKKU_SSH_PRIVATE_KEY }}
ssh_host_public_key: ${{ secrets.RIKKU_SSH_PUBLIC_KEY }}
docker_args: -d --remove-orphans
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: