[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #6 #6
@@ -350,12 +350,12 @@ jobs:
|
|||||||
uses: cssnr/stack-deploy-action@v1.4.0
|
uses: cssnr/stack-deploy-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${COMPOSE_FILE_LIST}
|
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
||||||
name: 'ovosmisc'
|
name: 'ovosmisc'
|
||||||
host: 192.168.1.250
|
host: 192.168.1.250
|
||||||
user: ovos
|
user: ovos
|
||||||
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
|
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
|
||||||
args: --remove-orphans ${DOCKER_SVC_LIST}
|
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
env_file: '.env'
|
env_file: '.env'
|
||||||
# registry_host: 'ghcr.io'
|
# registry_host: 'ghcr.io'
|
||||||
# registry_user: TrezOne
|
# registry_user: TrezOne
|
||||||
|
|||||||
Reference in New Issue
Block a user