Correcting username....
This commit is contained in:
@@ -228,7 +228,7 @@ jobs:
|
|||||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||||
name: "ultima"
|
name: "ultima"
|
||||||
host: 192.168.1.248
|
host: 192.168.1.248
|
||||||
user: ovos
|
user: charish
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
args: --remove-orphans --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
args: --remove-orphans --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
@@ -349,7 +349,7 @@ jobs:
|
|||||||
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
||||||
name: "ultima"
|
name: "ultima"
|
||||||
host: 192.168.1.248
|
host: 192.168.1.248
|
||||||
user: ovos
|
user: charish
|
||||||
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh_key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
|
|||||||
Reference in New Issue
Block a user