From 7d542b055befcc2502e47635abde0f1e363a6faa Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sun, 11 Jun 2023 18:45:42 +0100 Subject: [PATCH] Remove analytics, as I'm not using it --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 776f982..812c00a 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,3 @@ deploy: install: install -d $(DESTDIR)$(PREFIX)/srv/knazarov.com rsync -av --no-o --no-g output/ $(DESTDIR)$(PREFIX)/srv/knazarov.com - -analytics: - ssh root@knazarov.com "cat /var/log/nginx/access.log" | ./bin/analytics.sh