From 9d6d5eaf125609e2429fd5359f033bf5375bf8a9 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Mon, 10 Jun 2024 03:09:59 +0000 Subject: [PATCH] Update .forgejo/workflows/CD.yml --- .forgejo/workflows/CD.yml | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/CD.yml b/.forgejo/workflows/CD.yml index 02dc16d..571447d 100644 --- a/.forgejo/workflows/CD.yml +++ b/.forgejo/workflows/CD.yml @@ -36,15 +36,45 @@ jobs: arrs) target_host="arrs.lan" ;; - ag_main) - target_host=${{ secrets.AGMAIN_IP }} + arm) + target_host="arm.lan" ;; downloaders) - target_host=${{ secrets.DOWNLOADERS_IP }} + target_host="downloaders.lan" ;; AI) target_host="ai.lan" ;; + authentik) + target_host="auth.lan" + ;; + cf) + target_host="cf.lan" + ;; + jellyfin) + target_host="jf.lan" + ;; + kasm) + target_host="kasm.lan" + ;; + netboot) + target_host="netboot.lan" + ;; + nexus) + target_host="nexus.lan" + ;; + pages) + target_host="pages.lan" + ;; + portainer) + target_host="port.lan" + ;; + twingate) + target_host="twingate.lan" + ;; + whisper) + target_host="whisper.lan" + ;; # Add cases for other folders/hosts *) echo "Unknown folder: $folder"