Correcting username....

This commit is contained in:
2025-12-01 19:54:39 -05:00
parent b3ba6a7a9b
commit 79336c73f0
+2 -2
View File
@@ -228,7 +228,7 @@ jobs:
file: ${{ steps.compose_file_list.outputs.compose_list }}
name: "ultima"
host: 192.168.1.248
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"
@@ -349,7 +349,7 @@ jobs:
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
name: "ultima"
host: 192.168.1.248
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"