]> git.quilime.com - aggregate.git/commitdiff
Adding publish
authorGabriel Dunne <gdunne@quilime.com>
Sun, 24 Feb 2019 02:45:13 +0000 (18:45 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 24 Feb 2019 02:45:13 +0000 (18:45 -0800)
.rsync-excludes [new file with mode: 0644]
publish.sh [new file with mode: 0755]

diff --git a/.rsync-excludes b/.rsync-excludes
new file mode 100644 (file)
index 0000000..c54975c
--- /dev/null
@@ -0,0 +1,10 @@
+.git
+.gitignore
+.gitmodules
+agg
+desc
+thumbs
+publish.sh
+priv
+.DS_Store
+.rsync-excludes
\ No newline at end of file
diff --git a/publish.sh b/publish.sh
new file mode 100755 (executable)
index 0000000..4345016
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+
+rsync -avz --exclude-from '.rsync-excludes' . quilime@quilime.com:/home/quilime/media.quilime.com/aggregate
\ No newline at end of file