[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #6 #6

Merged
gitea-sonarqube-bot merged 1 commits from docker-ovos-misc-modifications_2025-09-01T15-10-07 into main 2025-09-02 07:40:20 -04:00
+2 -2
View File
@@ -350,12 +350,12 @@ jobs:
uses: cssnr/stack-deploy-action@v1.4.0
with:
mode: compose
file: ${COMPOSE_FILE_LIST}
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
name: 'ovosmisc'
host: 192.168.1.250
user: ovos
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'
# registry_host: 'ghcr.io'
# registry_user: TrezOne