MAssive attack

This commit is contained in:
2023-04-18 08:43:22 +01:00
parent 9363cd756b
commit 9fc3f7ea4a
49 changed files with 449 additions and 5222 deletions

View File

@ -14,7 +14,7 @@ watch:
dotnet watch --project=src/isnd
test-push:
isn push src/isn/bin/Debug/isn.0.1.3.nupkg
isn push src/isn/bin/Debug/isn.*.nupkg
clean-%: src/%
rm -rf $^/bin $^/obj
@ -23,5 +23,10 @@ packs: pack-isn pack-isnd pack-isn.abst
clean: clean-isnd clean-isn clean-isn.abst
server-update:
dotnet build -c Release
dotnet publish -c Release -f net7.0 src/isnd
sudo systemctl stop isnd
sudo cp -a src/isnd/bin/Release/net7.0/publish/* /srv/www/isnd
sudo systemctl start isnd