Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
435cc79fba
commit
841f2b5b12
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue