From f5c57f28152539c85d8bb025873c98b76b25f73b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 3 Jul 2020 23:00:31 +0000 Subject: [PATCH] --- notes/deploy.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index d0046eb..77f5ad0 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -22,7 +22,9 @@ dotnet publish -o ./../publish/ 2.5) Runtime - make sure if runtime changed that server has latest 3) COPY -Copy over to production server, only need the .dll and the wwwroot folder contents, +Copy over to production server, +.NET Core apps: /var/aspnetcore +only need the .dll and the wwwroot folder contents, remember not to delete the folders on the server only replace their contents because there are file permissions set Backup the database