about summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 66182a4..ea42481 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -17,7 +17,7 @@ tar cf - ./ | xz -z -9 - > $BASE_DIR/MRU-BIN.tar.xz
 #rsync -raP $BASE_DIR/MRU-BIN.tar.xz rory.gay:/data/nginx/html_mru/MRU-BIN.tar.xz
 rm -rf $BASE_DIR/MRU-BIN.tar.xz
 cd $BASE_DIR
-git clone .git -b `git branch --show-current` src
+git clone .git -b `git branch --show-current` src --recursive
 rm -rf src/.git
 tar cf - src/ | xz -z -9 - > MRU-SRC.tar.xz
 rsync -raP $BASE_DIR/MRU-SRC.tar.xz rory.gay:/data/nginx/html_mru/MRU-SRC.tar.xz