Browse Source

publish script

Lars 1 năm trước cách đây
mục cha
commit
e72f78ed09
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      publish

+ 10 - 0
publish

@@ -0,0 +1,10 @@
+#!/usr/bin/iinstall
+
+export LANGUAGE=
+export LC_ALL=C
+rm -rf public
+./make_galleries.py -g
+hugo
+du -hs public
+rsync -av --delete public/ lars@larsee.com:/var/www/larsee.com/html/photography
+