From 98e89232ff50b9c48a11fcae27869806490b1187 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 7 Dec 2023 07:27:37 +0100 Subject: Temp state --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') 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 -- cgit 1.4.1