This commit is contained in:
2022-04-11 01:48:43 +01:00
parent cba0720150
commit ee07affbbd
13 changed files with 102 additions and 17 deletions

View File

@ -64,7 +64,8 @@ sudo ln -s /usr/local/lib/isn/isn /usr/local/bin/isn
````bash
# compiler tout
dotnet publish -c Release
dotnet build -c Release
dotnet publish -c Release -f netcoreapp2.1 src/isnd
# MAJ du serveur
sudo systemctl stop isnd
sudo cp -a src/isnd/bin/Release/netcoreapp2.1/publish/* /srv/www/isnd