ci: check if setting root as teh user helps2
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 32s

This commit is contained in:
silver 2024-08-07 13:23:26 +01:00
parent bef0bfeb1a
commit 0ef2ecd9f4

View file

@ -33,7 +33,7 @@ in {
deployment = {
targetHost = ip_pub;
targetPort = 22;
targetUser = "root"";
targetUser = "root";
tags = ["active-dns" "dns"];
};