Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
427552eb5f
commit
8daf6e7914
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
case $folder in
|
case $folder in
|
||||||
arrs)
|
arrs)
|
||||||
target_host=${{ secrets.ARRS_IP }}
|
target_host="arrs.lan"
|
||||||
;;
|
;;
|
||||||
ag_main)
|
ag_main)
|
||||||
target_host=${{ secrets.AGMAIN_IP }}
|
target_host=${{ secrets.AGMAIN_IP }}
|
||||||
|
|
Reference in a new issue