From b9c15cf8e59da408bedb021ae8dbc5e3eab3f924 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 16 Sep 2021 18:43:24 +1000 Subject: updated websites and makefile added make deploy and make announce --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5d2b78..d915909 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,14 @@ all: publish +announce: + @echo "Announcing on mastodon." + ./announce.sh + +deploy: + @echo "Deploying to libreau.org." + ansible-playbook -i ~/.config/ansible/hosts -l libreau ~/.config/ansible/setup/sync-sites.yml + publish: publish.el @echo "Publishing... with current Emacs configurations." emacs --batch --load publish.el --funcall org-publish-all -- cgit v1.2.3