« get me outta code hell

publish.sh - blog - My blog website - https://florrie.ed1.club
about summary refs log tree commit diff
path: root/publish.sh
blob: 7b25b8e2ad48c88d376347fefe4f690017e07bd7 (plain)
1
2
3
4
5
export BLOG_ORIGIN='https://florrie.ed1.club/'
node build.js

echo '-- Publish:'
echo '-- rsync -a site/ florrie@ed1.club:/home/florrie/public_html'