ci: check if setting root as teh user helps
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 10s
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 10s
This commit is contained in:
parent
6cc808a4a5
commit
bef0bfeb1a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = ip_pub;
|
targetHost = ip_pub;
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = null;
|
targetUser = "root"";
|
||||||
tags = ["active-dns" "dns"];
|
tags = ["active-dns" "dns"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue