Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-06-10 03:09:59 +00:00
parent 308b5ad525
commit 9d6d5eaf12

View file

@ -36,15 +36,45 @@ jobs:
arrs) arrs)
target_host="arrs.lan" target_host="arrs.lan"
;; ;;
ag_main) arm)
target_host=${{ secrets.AGMAIN_IP }} target_host="arm.lan"
;; ;;
downloaders) downloaders)
target_host=${{ secrets.DOWNLOADERS_IP }} target_host="downloaders.lan"
;; ;;
AI) AI)
target_host="ai.lan" 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 # Add cases for other folders/hosts
*) *)
echo "Unknown folder: $folder" echo "Unknown folder: $folder"