Adding profiles to exclude Gitea, Gitea Runner, and SWAG from Docker Compose deploy workflow.
This commit is contained in:
@@ -187,7 +187,7 @@ jobs:
|
|||||||
${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
up-flags: -d --remove-orphans --dry-run
|
up-flags: -d --remove-orphans --dry-run
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
compose-flags: --dry-run
|
compose-flags: --dry-run --profile rinoa-apps
|
||||||
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
@@ -419,6 +419,7 @@ jobs:
|
|||||||
${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
up-flags: -d --remove-orphans
|
up-flags: -d --remove-orphans
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
|
compose-flags: --profile rinoa-apps
|
||||||
|
|
||||||
- name: Docker Compose Healthcheck
|
- name: Docker Compose Healthcheck
|
||||||
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0
|
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0
|
||||||
|
|||||||
+167
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user