feat: use tags to deploy now
This commit is contained in:
parent
1e22c814c5
commit
8a13b6c8b1
3 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
skynet_dns.records = {
|
||||
|
|
|
@ -34,6 +34,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
@ -30,6 +30,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue