Updating workflows for new username.
Renovate / renovate (push) Failing after 5m38s

This commit is contained in:
2025-12-26 11:34:37 -05:00
parent ffd05c4ced
commit 1e0f1d4c3b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -189,7 +189,7 @@ jobs:
file: ${{ steps.compose_file_list.outputs.compose_list }}
name: "benedikta"
host: 192.168.1.250
user: ovos
user: charish
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
args: --remove-orphans --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
env_file: ".env"
@@ -310,7 +310,7 @@ jobs:
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
name: "benedikta"
host: 192.168.1.250
user: ovos
user: charish
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
env_file: ".env"
+2 -2
View File
@@ -116,9 +116,9 @@ jobs:
with:
mode: compose
file: ${{ steps.compose_file_list.outputs.compose_list }}
name: "ovosmisc"
name: "benedikta"
host: 192.168.1.250
user: ovos
user: charish
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
args: --remove-orphans ${{ steps.services.outputs.docker_svc_list }}
env_file: ".env"