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:
|
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"
|
||||||
|
|
Loading…
Reference in a new issue