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: on:
pull_request: pull_request:
types: [closed] types: [closed]
paths:
- 'docker/**'
jobs: jobs:
deploy: deploy:
@ -81,9 +83,6 @@ jobs:
twingate) twingate)
target_host="twingate.lan" target_host="twingate.lan"
;; ;;
whisper)
target_host="whisper.lan"
;;
# Add cases for other folders/hosts # Add cases for other folders/hosts
*) *)
echo "Unknown folder: $folder" echo "Unknown folder: $folder"