about summary refs log tree commit diff
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index df79ace..6755053 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -12,13 +12,3 @@ rm -rf **/bin/Release
 cd MatrixRoomUtils.Web
 dotnet publish -c Release
 rsync -raP bin/Release/net8.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/
-cd bin/Release/net8.0/publish/wwwroot
-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 --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
-rm -rf src/