Adding profiles to exclude Gitea, Gitea Runner, and SWAG from Docker Compose deploy workflow.

This commit is contained in:
2025-08-28 07:36:43 -04:00
parent a8232c9ad3
commit 8632db12b5
2 changed files with 169 additions and 2 deletions
@@ -187,7 +187,7 @@ jobs:
${{ needs.generate-service-list.outputs.svc_deploy_list }}
up-flags: -d --remove-orphans --dry-run
down-flags: --dry-run
compose-flags: --dry-run
compose-flags: --dry-run --profile rinoa-apps
- name: Gotify Notification
uses: eikendev/gotify-action@master
@@ -419,6 +419,7 @@ jobs:
${{ needs.generate-service-list.outputs.svc_deploy_list }}
up-flags: -d --remove-orphans
down-flags: --dry-run
compose-flags: --profile rinoa-apps
- name: Docker Compose Healthcheck
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0
+167 -1
View File
File diff suppressed because it is too large Load Diff