fix(hecuba): use 'h' username

This commit is contained in:
2026-08-22 23:07:58 +02:00
parent a161febd36
commit 4d0cc15291
+1 -1
View File
@@ -4,6 +4,6 @@
tags = [ "lab" ];
deploy.autoRollback = true;
host = {
username = "username";
username = "h";
};
}