« get me outta code hell

"Initial" commit - blog - My blog website - https://florrie.ed1.club
about summary refs log tree commit diff
path: root/publish.sh
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-05 19:53:57 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-05 19:53:57 -0300
commit8592e25b4d36a83ca1c81d49e24c12e0315085cb (patch)
treead1bff1438cbe7f6db624fec581267332e9d3521 /publish.sh
"Initial" commit
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'