Docker Deployment step fix.
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 20s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 10s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 40s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2025-09-02 07:10:51 -04:00
parent 6f4d6c727d
commit 8ed56d896f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Sync compose from ovos-docker
run: |
# Make the sync script executable
chmod +x ./update-sync-ovos-compose-compose.sh
chmod +x ./update-sync-ovos-compose.sh
# Run the script
./update-sync-ovos-compose.sh
+2 -2
View File
@@ -344,12 +344,12 @@ jobs:
uses: cssnr/stack-deploy-action@v1.4.0
with:
mode: compose
file: '${{ needs.docker-compose-dry-run.outputs.compose_file_list }}'
file: ${COMPOSE_FILE_LIST}
name: 'ovosmisc'
host: 192.168.1.250
user: ovos
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
args: --remove-orphans ${{ needs.generate-service-list.outputs.svc_deploy_list }}
args: --remove-orphans ${DOCKER_SVC_LIST}
env_file: '.env'
# registry_host: 'ghcr.io'
# registry_user: TrezOne