dns: set deploy target to be their IP not hostname, more reliable since theya re the dns servers

This commit is contained in:
silver 2023-05-24 19:31:15 +01:00
parent e0e1b83e12
commit 2b2917d34b
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ in {
];
deployment = {
targetHost = hostname;
targetHost = ip_pub;
targetPort = 22;
targetUser = "root";

View file

@ -25,7 +25,7 @@ in {
];
deployment = {
targetHost = hostname;
targetHost = ip_pub;
targetPort = 22;
targetUser = "root";