ソースを参照

Added shellscript, because I am lazy.

Sacha Ligthert 3 年 前
コミット
19ba3c3b12
1 ファイル変更6 行追加0 行削除
  1. 6 0
      update_blog.sh

+ 6 - 0
update_blog.sh

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+git pull
+cd site/
+hugo -D
+aws s3 sync public/ s3://blog.ligthert.net/ --delete