This commit is contained in:
2020-11-23 15:47:41 +00:00
parent 2fe7364e85
commit 021ecc506a
4 changed files with 33 additions and 17 deletions

View File

@@ -21,13 +21,18 @@ DEPLOYMENT qboauth.ayanova.com
publish command line from C:\data\code\qbridge folder:
//this will build a release version which is what we use on the server now
dotnet publish -c Release -o ./../publish/
//DEPRECATED dotnet publish -c Release -o ./../publish/
//this will build for our ubunutu linux server
dotnet publish -c Release -o ./../publish/ --no-self-contained -r linux-x64
//if need a debug version
dotnet publish -o ./../publish/
3) COPY
## MAKE BACKUP FIRST: cp -R pecklist pecklist_backup
Copy over to production server, 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