This commit is contained in:
2025-12-09 09:01:58 -05:00
parent c2c7616bd0
commit 2f2d7bb87d
+5
View File
@@ -69,6 +69,11 @@ jobs:
notification_title: "GITEA: Services TBD"
notification_message: "Generating list of services to deploy..."
- name: Save both versions of docker-compose.yml
run: |
git show origin/main:docker-compose.yml > docker-compose-main.yml || touch docker-compose-main.yml
cp docker-compose.yml docker-compose-head.yml
- name: Detect added, deleted, and modified services
id: detect_services
run: |