From a978880465062a9c4acd4e4fd799903b4d45a381 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 3 Jun 2020 21:49:40 -0500 Subject: [PATCH] docker deployment with volumes --- rsync.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 rsync.sh diff --git a/rsync.sh b/rsync.sh new file mode 100755 index 00000000..6682860c --- /dev/null +++ b/rsync.sh @@ -0,0 +1,14 @@ +#!/bin/sh +rsync -avz \ + --exclude 'rsync.sh' \ + --exclude 'ci' \ + --exclude '.git' \ + --exclude '.git*' \ + --exclude '.github' \ + --exclude '*.swp' \ + --exclude 'target' \ + --exclude 'book-example' \ + --exclude 'examples' \ + --exclude 'tests' \ + . \ + yggdrasil:/root/data/etatismus/mdbook/