Compare commits

..

No commits in common. "822c2a68aa6bc63f857d293541268babfe6e2d29" and "8d5b2ac0b53b0e8e05307e6d6d6415ab391ef547" have entirely different histories.

View file

@ -36,45 +36,15 @@ jobs:
arrs) arrs)
target_host="arrs.lan" target_host="arrs.lan"
;; ;;
arm) ag_main)
target_host="arm.lan" target_host=${{ secrets.AGMAIN_IP }}
;; ;;
downloaders) downloaders)
target_host="downloaders.lan" target_host=${{ secrets.DOWNLOADERS_IP }}
;; ;;
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"