From 1052bfda27ad0607cd4dc5dc91e2d8e8220c30c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 27 Aug 2020 23:53:36 +0200 Subject: Simplify management of secrets in nixops --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5b8e5a..6ba059c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -subrecipes = setup nix-info +subrecipes = setup nix-info edit_env subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1 subrecipes += info debug dry-run build upload deploy deploy-reboot reboot subrecipes += list-generations delete-generations cleanup -subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment +subrecipes += pull_deployment deployment_is_set push_deployment ${subrecipes}: @$(MAKE) --no-print-directory -C nixops/ $@ .PHONY: ${subrecipes} -- cgit v1.2.3