lila/bin/prod/deploy-scripts
2012-12-30 23:46:03 +01:00

11 lines
167 B
Bash
Executable file

#!/bin/sh
. bin/lilarc
REMOTE="hollie"
REMOTE_DIR="/home/lila"
lilalog "Rsync scripts"
rsync --archive --progress bin $REMOTE:$REMOTE_DIR
lilalog "Deploy complete"