aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 4d7c6e4..b6d5224 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -4,5 +4,5 @@ if [ $# -eq 0 ]; then
exit 1
fi
ARCH=$(/usr/bin/uname -m)
-/usr/bin/rsync --partial -r --update --link --delete $DEPLOY_ARGS --exclude=.gitignore "packages/$ARCH" $1:/var/www/repo/
-echo "date +%s > /var/www/repo/$ARCH/LAST_SYNC" | /usr/bin/xargs /usr/bin/ssh $1
+/usr/bin/date +%s > "packages/$ARCH/LASTSYNC"
+/usr/bin/rsync --partial -r --update --links --delete --exclude=.gitignore "packages/$ARCH" $1:/var/www/repo/