mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
shell: HISTFILE, CI, runners
This commit is contained in:
parent
ea449f61f9
commit
4e775b6691
5 changed files with 68 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ rec {
|
|||
}))
|
||||
hostNames);
|
||||
|
||||
targets = foldAttrs (host: hosts: [ host ] ++ hosts) [ ] (mapAttrsToList
|
||||
targets = filterAttrs (targetName: _: targetName != "") (foldAttrs (host: hosts: [ host ] ++ hosts) [ ] (mapAttrsToList
|
||||
(hostName: host: { ${host.config.deploy.target} = hostName; })
|
||||
hosts);
|
||||
hosts));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue