This commit is contained in:
2020-09-23 18:44:30 +00:00
parent 28beeaf783
commit 629acaceb9
3 changed files with 42 additions and 8 deletions

View File

@@ -6,9 +6,14 @@
PUBLISH TO DEVOPS STEPS
CLIENT
=-=-=-=
- TURN OFF DEV MODE IN MAIN.JS
- BUMP PACKAGE.JSON version number
- BUMP CLIENT VERSION NUMBER
- BUILD RELEASE
- Now all automated, just run buildrelease.bat in client project folder
- OLD MANUAL STEPS:
@@ -19,7 +24,10 @@ CLIENT
- Copy build from C:\data\code\raven\app\ayanova\dist to server wwwRoot folder: C:\data\code\raven\server\AyaNova\wwwroot
SERVER
- BUMP VERSION NUMBER FIRST
=-=-=-
- BUMP VERSION NUMBER
- BUILD RELEASE
- Now automated, run buildrelease.bat in server project folder
- OLD MANUAL STEPS: