Kaynağa Gözat

Added shellscript, because I am lazy.

Sacha Ligthert 3 yıl önce
ebeveyn
işleme
19ba3c3b12
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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