From b6a1d2791ecda32af9d23411c84532d2755b082c Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 22 Aug 2019 23:45:12 +0000
Subject: [PATCH] Added rysnc to remote server

---
 build.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/build.sh b/build.sh
index dccc4e3..6dd1d7e 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,10 @@
 
 #Number of old packages to store, should be at least 1
 NUM_BACK=5
+#remote details
+RUSER=joelgrun
+RLOC=35.225.177.191
+RPATH=/var/www/joelg.cf/html/x86_64/
 
 function newest_matching_file
 {
@@ -144,3 +148,4 @@
 git add x86_64
 git commit -m "'$(date +%d/%m/%y-%H:%M)'"
 git push
+rsync -ah x86_64 $RUSER@$RLOC:$RPATH

--
Gitblit v1.9.3