« get me outta code hell

blog - My blog website - https://florrie.ed1.club
about summary refs log tree commit diff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/publish.sh b/publish.sh
new file mode 100755
index 0000000..7b25b8e
--- /dev/null
+++ b/publish.sh
@@ -0,0 +1,5 @@
+export BLOG_ORIGIN='https://florrie.ed1.club/'
+node build.js
+
+echo '-- Publish:'
+echo '-- rsync -a site/ florrie@ed1.club:/home/florrie/public_html'