From 80835bc22aba7ac2cf0aff766923d22841bfd8cb Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 2 Dec 2024 20:06:37 -0500 Subject: [PATCH] enhance cd --- .forgejo/workflows/CD.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/CD.yml b/.forgejo/workflows/CD.yml index bcd4261..7107f5a 100644 --- a/.forgejo/workflows/CD.yml +++ b/.forgejo/workflows/CD.yml @@ -26,7 +26,7 @@ jobs: fi folders=$(git diff --name-only HEAD~1 HEAD | grep '^docker/' | cut -d/ -f2 | sort | uniq) echo "Modified folders: $folders" - echo "::set-output name=folders::$folders" + echo "::set-output name=folders::$folders" - name: Deploy to hosts run: | @@ -71,7 +71,7 @@ jobs: ;; npm) target_host="npm.lan" - ;; + ;; paperless) target_host="ubu.lan" ;; @@ -124,3 +124,4 @@ jobs: sleep 15 fi done + done