From 8d2afcb039fbfd177c95123d44171d24c16eebb5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 24 Jan 2024 02:34:33 +0100 Subject: Remove deprecated steps from deploy script --- scripts/deploy.sh | 4 ++-- 1 file 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 -- cgit 1.5.1