summaryrefslogtreecommitdiff
path: root/publicize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publicize.sh')
-rwxr-xr-xpublicize.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/publicize.sh b/publicize.sh
index 11d8d7d..4ae264e 100755
--- a/publicize.sh
+++ b/publicize.sh
@@ -1,3 +1,6 @@
+#!/bin/bash
+cd "$(dirname "$0")"
+git pull
python3 build.py
-scp -r ./public/* root@blaise.zone:/var/www/blog.blaise.zone/html/
+cp -r ./public/* /var/www/blog.blaise.zone/html/