From bcae9f135c323a107e5c426fac8e6b6bfdc534b6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 20 Nov 2023 11:54:11 -0800 Subject: [PATCH] Tag a commit after deploying --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fad8aee..494d569 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ site: nethack deploy: site @echo "Deploying to $(DEPLOY_LOCATION)" rsync -avz --no-times --no-perms --delete public/ $(DEPLOY_LOCATION) + git tag -f deploy-$(shell date +%Y-%m-%d) nethack: nethack-logfile nethack-commit