From 132484450d4d0610444ab680906f7c4490273a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 24 May 2019 14:43:09 +0200 Subject: Reorganize files --- Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..f4bb3f5f --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup +${subrecipes}: + @$(MAKE) --no-print-directory -C nixops/ $@ + +env: + ./scripts/make-env + +env-dry-run: + ./scripts/make-env --dry-run + +nix-info: + NIXOPS_DEPLOYMENT="" ./scripts/nix_infos + +nix-info-nixops: + NIXOPS_DEPLOYMENT="n" ./scripts/nix_infos + +nur: + ./scripts/make-nur + +.PHONY: env env-dry-run nix-info nix-info-nixops -- cgit v1.2.3