This commit is contained in:
2020-07-03 23:00:31 +00:00
parent 510c4120f8
commit f8c8bbb226

8
notes
View File

@@ -16,4 +16,10 @@ $Profit
//empty publish folder then...
dotnet publish -c Release -o ./../publish/
copy up to server, then to restart the service do this:
copy up to server
.NET Core apps: /var/aspnetcore
, then to restart the service do this:
systemctl status kestrel-contact.service
systemctl start kestrel-contact.service
systemctl stop kestrel-contact.service