fix(hecuba): use 'h' username
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
tags = [ "lab" ];
|
tags = [ "lab" ];
|
||||||
deploy.autoRollback = true;
|
deploy.autoRollback = true;
|
||||||
host = {
|
host = {
|
||||||
username = "username";
|
username = "h";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user