about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-16 03:34:31 +0100
committerRory& <root@rory.gay>2024-11-16 03:34:31 +0100
commitaaf1140a9ebf776ff2bb4142ade3d8da55ebea87 (patch)
tree37eecc02ebe16caf4821cc67d145a17623ffa5af /scripts
parentAdd policy list list page (diff)
downloadMatrixUtils-aaf1140a9ebf776ff2bb4142ade3d8da55ebea87.tar.xz
Update to .NET 9
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh

index 1abe9e7..d0b7bb4 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh
@@ -11,4 +11,4 @@ BASE_DIR=`pwd` rm -rf **/bin/Release cd MatrixUtils.Web dotnet publish -c Release -rsync --delete -raP bin/Release/net8.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/ +rsync --delete -raP bin/Release/net9.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/