Tag a commit after deploying
This commit is contained in:
parent
ca8cbf8f78
commit
bcae9f135c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue