Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-06-09 22:47:07 +00:00
parent 427552eb5f
commit 8daf6e7914

View file

@ -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 }}