diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-07 07:27:37 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-07 07:27:37 +0100 |
commit | 98e89232ff50b9c48a11fcae27869806490b1187 (patch) | |
tree | 433405d39ed533842c9d684a79b4216efe834893 /deploy.sh | |
parent | Reformat (diff) | |
download | MatrixUtils-98e89232ff50b9c48a11fcae27869806490b1187.tar.xz |
Temp state
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
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 |