Nikola Kotur 5 tahun lalu
induk
melakukan
17457dd3e9
2 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 2 0
      .gitignore
  2. 4 0
      deploy.sh

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+*~
+public

+ 4 - 0
deploy.sh

@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+
+rm -rf public
+hugo && rsync -rav --delete public/* main.blog:www