Compare commits
2 commits
8d5b2ac0b5
...
822c2a68aa
Author | SHA1 | Date | |
---|---|---|---|
822c2a68aa | |||
9d6d5eaf12 |
1 changed files with 33 additions and 3 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue