about summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-09-15 09:55:36 +0200
committerEmma@Rory& <root@rory.gay>2023-09-15 09:55:36 +0200
commite10fa389ce3c4d42deadfec8bf08c2fbb1a88d79 (patch)
tree1e2f8d8de07c6037ac4aa20be3b54ac43c2d7f2e /deploy.sh
parentCode cleanup (diff)
downloadMatrixUtils-e10fa389ce3c4d42deadfec8bf08c2fbb1a88d79.tar.xz
Refactors
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