summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 14:43:09 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:21 +0200
commit132484450d4d0610444ab680906f7c4490273a60 (patch)
tree59f6495451747bb1a436d8651239ce5dc603863d /Makefile
parente17ce661cc5be91523fc448fdf52cd36f6447f10 (diff)
downloadNUR-132484450d4d0610444ab680906f7c4490273a60.tar.gz
NUR-132484450d4d0610444ab680906f7c4490273a60.tar.zst
NUR-132484450d4d0610444ab680906f7c4490273a60.zip
Reorganize files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..f4bb3f5f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,20 @@
1subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup
2${subrecipes}:
3 @$(MAKE) --no-print-directory -C nixops/ $@
4
5env:
6 ./scripts/make-env
7
8env-dry-run:
9 ./scripts/make-env --dry-run
10
11nix-info:
12 NIXOPS_DEPLOYMENT="" ./scripts/nix_infos
13
14nix-info-nixops:
15 NIXOPS_DEPLOYMENT="n" ./scripts/nix_infos
16
17nur:
18 ./scripts/make-nur
19
20.PHONY: env env-dry-run nix-info nix-info-nixops