SSH executor config tweak.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m16s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 3m59s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m16s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 10s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m30s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m59s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 4m19s
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m16s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 3m59s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m16s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 10s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m30s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m59s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 4m19s
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
name: home-assistant-backup-sync
|
name: home-assistant-backup-sync
|
||||||
description: "Daily rsync of latest Home Assistant .tar backup and prune older archives"
|
description: "Daily rsync of latest Home Assistant .tar backup and prune older archives"
|
||||||
schedule: "30 5 * * *"
|
schedule: "30 5 * * *"
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
user: pi
|
user: pi
|
||||||
host: 192.168.1.252
|
host: 192.168.1.252
|
||||||
key: /dagu/ssh/dagu_id_rsa
|
key: /dagu/ssh/dagu_id_rsa
|
||||||
strictHostKey: true
|
strictHostKey: true
|
||||||
|
knownHostsFile: /dagu/ssh/known_hosts
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: find-latest-backup
|
- name: find-latest-backup
|
||||||
|
|||||||
Reference in New Issue
Block a user