diff options
author | Yuchen Pei <hi@ypei.me> | 2021-11-11 17:32:53 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-11-11 17:32:53 +1100 |
commit | ae5afdad5b7b7edca91269ca1467e0934fa8d0ae (patch) | |
tree | fccdb1293b127e34174b04cbf1ced1b361705fad /Makefile | |
parent | e2f9c86877f3780f8358d1a9e9187e2accc40666 (diff) |
updating pubkey to include gnu, update ansible path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |