« 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: d1e51a90638476556a8f6290c26b5d50df022fa3 (plain)
1
2
3
4
5
export BLOG_ORIGIN='https://florrie.ed1.club/'
node build.js

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