diff --git a/gravity-sync.conf b/gravity-sync.conf new file mode 100644 index 0000000..70e5add --- /dev/null +++ b/gravity-sync.conf @@ -0,0 +1,2 @@ +REMOTE_HOST='192.168.7.5' +REMOTE_USER='ubuntu' \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index 9a0ea39..36746e5 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -12,8 +12,9 @@ VERSION='1.1.1' # You must change the REMOTE_HOST and REMOTE_USER variables below to match your configuration # STANDARD SETTINGS -REMOTE_HOST='192.168.7.5' -REMOTE_USER='ubuntu' +source gravity-sync.conf +# REMOTE_HOST='192.168.7.5' +# REMOTE_USER='ubuntu' # PUSH SETTINGS