Explorar o código

publish script

Lars hai 1 ano
pai
achega
e72f78ed09
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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
+