docker deployment with volumes
This commit is contained in:
parent
eb6678f885
commit
a978880465
|
@ -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/
|
Loading…
Reference in New Issue