diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index d0a7d125..7b41ffc2 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -5,11 +5,11 @@ PUBLISH TO DEVOPS STEPS -BUILD CLIENT +CLIENT - TURN OFF DEV MODE IN MAIN.JS - -- BUMP VERSION NUMBER +- BUMP CLIENT VERSION NUMBER +- BUILD RELEASE - Now all automated, just run buildrelease.bat in client project folder - OLD MANUAL STEPS: - Clean out the last build in the server wwwRoot folder at: C:\data\code\raven\server\AyaNova\wwwroot @@ -18,8 +18,9 @@ BUILD CLIENT - Run npm run build - Copy build from C:\data\code\raven\app\ayanova\dist to server wwwRoot folder: C:\data\code\raven\server\AyaNova\wwwroot -BUILD SERVER +SERVER - BUMP VERSION NUMBER FIRST +- BUILD RELEASE - Now automated, run buildrelease.bat in server project folder - OLD MANUAL STEPS: - Doesn't build docs but that's done by client build now diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 34c2e884..31b34120 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// internal static class AyaNovaVersion { - public const string VersionString = "8.0.0-alpha.15"; + public const string VersionString = "8.0.0-alpha.16"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file