Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-06-10 02:19:28 +00:00
parent 435cc79fba
commit 841f2b5b12

View file

@ -42,6 +42,9 @@ jobs:
downloaders) downloaders)
target_host=${{ secrets.DOWNLOADERS_IP }} target_host=${{ secrets.DOWNLOADERS_IP }}
;; ;;
AI)
target_host="ai.lan"
;;
# Add cases for other folders/hosts # Add cases for other folders/hosts
*) *)
echo "Unknown folder: $folder" echo "Unknown folder: $folder"