about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-24 02:34:33 +0100
committerRory& <root@rory.gay>2024-01-24 17:05:57 +0100
commit8d2afcb039fbfd177c95123d44171d24c16eebb5 (patch)
tree97427d41b6ff7e0d82252c33b8638f8534b89db5
parentMRU->RMU, fixes, cleanup (diff)
downloadMatrixUtils-8d2afcb039fbfd177c95123d44171d24c16eebb5.tar.xz
Remove deprecated steps from deploy script
-rwxr-xr-xscripts/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 6755053..f7117b1 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -9,6 +9,6 @@ fi
 
 BASE_DIR=`pwd`
 rm -rf **/bin/Release
-cd MatrixRoomUtils.Web
+cd MatrixUtils.Web
 dotnet publish -c Release
-rsync -raP bin/Release/net8.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/
+rsync -raP bin/Release/net8.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/
\ No newline at end of file