Browse Source

Deployment

Nikola Kotur 5 years ago
parent
commit
17457dd3e9
2 changed files with 6 additions and 0 deletions
  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