diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..0b48c4b --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh +rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/html +