Nikola Kotur il y a 5 ans
Parent
commit
17457dd3e9
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  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