about summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index ea42481..dd91c42 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,8 +11,8 @@ BASE_DIR=`pwd`
 rm -rf **/bin/Release
 cd MatrixRoomUtils.Web
 dotnet publish -c Release
-rsync -raP bin/Release/net7.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/
-cd bin/Release/net7.0/publish/wwwroot
+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