feat: move off of using root for deployment
This commit is contained in:
parent
c87fec1a65
commit
165c4645bf
14 changed files with 18 additions and 13 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
deployment = {
|
||||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
targetUser = null;
|
||||
|
||||
# somehow ssh from runner to this fails
|
||||
tags = ["active-firewall"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue