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
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:
@@ -200,9 +200,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh_user: pi
|
ssh_user: pi
|
||||||
ssh_host: 192.168.1.252
|
ssh_host: 192.168.1.252
|
||||||
ssh_private_key: ${RIKKU_SSH_PRIVATE_KEY}
|
ssh_private_key: ${{ secrets.RIKKU_SSH_PRIVATE_KEY }}
|
||||||
ssh_host_public_key: ${RIKKU_SSH_PUBLIC_KEY}
|
ssh_host_public_key: ${{ secrets.RIKKU_SSH_PUBLIC_KEY }}
|
||||||
docker_args: -d --remove-orphans --build
|
docker_args: -d --remove-orphans
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user