Tag a commit after deploying

This commit is contained in:
Eryn Wells 2023-11-20 11:54:11 -08:00
parent ca8cbf8f78
commit bcae9f135c

View file

@ -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