diff options
author | Rory& <root@rory.gay> | 2024-01-24 12:18:32 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 12:19:08 +0100 |
commit | b9a08ec061f271df57d0a14667fe6af3d523db6b (patch) | |
tree | ec048a950ba3874ec2f7e7a70dcb2f4fc892998e /scripts | |
parent | Minor cleanup of file tree (diff) | |
download | MatrixUtils-b9a08ec061f271df57d0a14667fe6af3d523db6b.tar.xz |
Removal of download links due to maintenance burden
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deploy.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index df79ace..6755053 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -12,13 +12,3 @@ rm -rf **/bin/Release cd MatrixRoomUtils.Web dotnet publish -c Release rsync -raP bin/Release/net8.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/ -cd bin/Release/net8.0/publish/wwwroot -tar cf - ./ | xz -z -9 - > $BASE_DIR/MRU-BIN.tar.xz -#rsync -raP $BASE_DIR/MRU-BIN.tar.xz rory.gay:/data/nginx/html_mru/MRU-BIN.tar.xz -rm -rf $BASE_DIR/MRU-BIN.tar.xz -cd $BASE_DIR -git clone .git -b `git branch --show-current` src --recursive -rm -rf src/.git -tar cf - src/ | xz -z -9 - > MRU-SRC.tar.xz -rsync -raP $BASE_DIR/MRU-SRC.tar.xz rory.gay:/data/nginx/html_mru/MRU-SRC.tar.xz -rm -rf src/ |