ci: add missing secret map

This commit is contained in:
Jörg Thalheim 2022-08-13 10:14:27 +02:00
parent 82fd159913
commit ae12cae948

2
ci.nix
View file

@ -12,7 +12,7 @@ let
drv,
...
}: effects.mkEffect (args // {
secretsMap.deploy = "deploy";
# This style of variable passing allows overrideAttrs and modification in
# hooks like the userSetupScript.
inherit hostname drv;