X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=blobdiff_plain;f=Makefile;h=3ab58cf65e74aa89208aee22702331fca09293c6;hp=b8a5bfb58648377c12a3e85e2e0b4876b9a1d2e1;hb=HEAD;hpb=1449c51fee2063b17ec9ea80658f0fa521743c75 diff --git a/Makefile b/Makefile index b8a5bfb5..d5b8e5a4 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,17 @@ -subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup +subrecipes = setup nix-info +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}: @$(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 +.PHONY: ${subrecipes} nur: ./scripts/make-nur + curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae" shellcheck: shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict -.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck +.PHONY: nur shellcheck