diff options
author | Rory& <root@rory.gay> | 2024-01-24 02:34:33 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 17:05:57 +0100 |
commit | 8d2afcb039fbfd177c95123d44171d24c16eebb5 (patch) | |
tree | 97427d41b6ff7e0d82252c33b8638f8534b89db5 /scripts/deploy.sh | |
parent | MRU->RMU, fixes, cleanup (diff) | |
download | MatrixUtils-8d2afcb039fbfd177c95123d44171d24c16eebb5.tar.xz |
Remove deprecated steps from deploy script
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-x | scripts/deploy.sh | 4 |
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 |