diff options
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/ |