From: Peng Li Date: Sun, 5 Mar 2017 12:47:34 +0000 (+0800) Subject: Update remote update X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=e2b735f8dd1f2e338aefc67f0701b6c578927956;hp=2d4835f86a50b19c891e684b55394124c0d0c5d4;p=blog.git Update remote update --- 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/*