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