aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 15:25:35 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 16:16:53 +0200
commit877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72 (patch)
treec47e5037b7071696a9abfbab2c99281885ce36b5 /Makefile
parentccae7987be59b8a30e98f0429bd78479f6f7c7bc (diff)
downloadNix-877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72.tar.gz
Nix-877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72.tar.zst
Nix-877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72.zip
Hardcode ssh keys for normal login
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d179acf..d9c1892 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ nur:
2 ./scripts/make-nur 2 ./scripts/make-nur
3 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae" 3 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
4 4
5push_remote:
6 git push origin $$(stg id {base}):master
7
5shellcheck: 8shellcheck:
6 shellcheck scripts/* deploy/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict 9 shellcheck scripts/* deploy/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
7 10