From 60e3424fbc128f888f3e19314d1cf53ee778d895 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 16 Sep 2024 23:30:26 -0400 Subject: [PATCH] add cases for CD --- .forgejo/workflows/CD.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/CD.yml b/.forgejo/workflows/CD.yml index 7bf27e1..56af015 100644 --- a/.forgejo/workflows/CD.yml +++ b/.forgejo/workflows/CD.yml @@ -33,6 +33,9 @@ jobs: IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}" for folder in "${folder_array[@]}"; do case $folder in + actual) + target_host="ubu.lan" + ;; arrs) target_host="arrs.lan" ;; @@ -60,11 +63,14 @@ jobs: netboot) target_host="netboot.lan" ;; - nexus) - target_host="nexus.lan" + nexterm) + target_host="ubu.lan" ;; - pages) - target_host="pages.lan" + npm) + target_host="npm.lan" + ;; + paperless) + target_host="ubu.lan" ;; portainer) target_host="port.lan"