Explorar el Código

publish script

Lars hace 1 año
padre
commit
e72f78ed09
Se han modificado 1 ficheros con 10 adiciones y 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
+