fix docker CD

This commit is contained in:
Matt Reeves 2024-10-13 20:59:08 -04:00
parent da7e214aed
commit 49c223286b

View file

@ -2,6 +2,8 @@ name: Deploy to Hosts
on:
pull_request:
types: [closed]
paths:
- 'docker/**'
jobs:
deploy:
@ -81,9 +83,6 @@ jobs:
twingate)
target_host="twingate.lan"
;;
whisper)
target_host="whisper.lan"
;;
# Add cases for other folders/hosts
*)
echo "Unknown folder: $folder"