This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user