ryde/tools/deploy

12 lines
198 B
Plaintext
Raw Normal View History

2026-03-06 08:37:53 +01:00
#!/usr/bin/env sh
if [ $# -ge 1 ] ; then target=$1 && shift ; else target="pv-mehl:~/websites/folksprak.org/htdocs/ryde" ; fi
rsync \
--recursive \
--update \
--verbose \
build/ \
${target}