From ae5afdad5b7b7edca91269ca1467e0934fa8d0ae Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 11 Nov 2021 17:32:53 +1100 Subject: updating pubkey to include gnu, update ansible path --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f52efbb..b29cdf4 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ publish: publish.el ./post-process.sh python rss.py +deploy: + @echo "Deploying to ypei.me..." + ansible-playbook -i ~/Projects/sysadmin/ansible/inventory.yml -l ypei.me ~/Projects/sysadmin/ansible/deploy-sites.yml + clean: @echo "Cleaning up.." @rm -rvf *.elc -- cgit v1.2.3