From e2b735f8dd1f2e338aefc67f0701b6c578927956 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 5 Mar 2017 20:47:34 +0800 Subject: [PATCH 1/1] Update remote update --- .travis.yml | 3 ++- Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3de790f..ca24202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ env: - EVM_EMACS=emacs-25.1-travis script: - - make all FORCE=true \ No newline at end of file + - make all FORCE=true + - curl http://www.seudut.com/cgi-bin/update.pl \ No newline at end of file diff --git a/Makefile b/Makefile index b8a0e31..a302845 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,10 @@ FORCE := "no" all: $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE) +# used for automation on server update: git pull - $(emacs) -Q --script blog.el $(OUTDIR) + $(emacs) -Q --script blog.el "~/www/html" "true" clean: rm -rf _site/* -- 2.11.0