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

This commit is contained in:
silver 2024-08-07 13:22:40 +01:00
parent 6cc808a4a5
commit bef0bfeb1a

View file

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