diff options
author | Rory& <root@rory.gay> | 2025-02-03 19:08:38 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2025-02-03 19:08:38 +0100 |
commit | 2ceb4825c45876a4a75c410557d14cd8beb76222 (patch) | |
tree | 1e4c120a85c3344ed87551d62faa1c1212836f97 /scripts | |
parent | LibMatrix changes (diff) | |
download | MatrixUtils-2ceb4825c45876a4a75c410557d14cd8beb76222.tar.xz |
Various cleanup, rewrite history viewer
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d0b7bb4..7c5086f 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -11,4 +11,5 @@ BASE_DIR=`pwd` rm -rf **/bin/Release cd MatrixUtils.Web dotnet publish -c Release +dotnet restore # restore debug deps rsync --delete -raP bin/Release/net9.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/ |