fix docker CD
This commit is contained in:
parent
da7e214aed
commit
49c223286b
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue