fix: use teh hostnames for these (missed this one)
This commit is contained in:
parent
44750155f1
commit
b545c623d2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = ip_pub;
|
targetHost = hostname;
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = null;
|
targetUser = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue