From e703b440b2d38936b79cd3f81ad9e0768d18b8af Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Dec 2021 17:59:15 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index 3039307a..c282d722 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -69,13 +69,28 @@ or Once tests pass within expected parameters move on to next step +### MOVE TO PREVIOUS +Clean out the previous previous download from the previous folder + NOTE: if this is the final major release then it should go in the applicable download folder + +Move the existing downloads to the previous folder +root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/download# cp * ./previous + (note: will not copy folders so ok to use) + +### DELETE CURRENT DOWNLOADS +root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/download# rm * + (note: will not remove folders just files by default so ok to use) ### upload 4 installer packages found in C:\data\code\raven\dist\installers - Follow path and folder and url rules in case 4053 https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/4053 - And also v8-migrate.exe if applicable ### Upload static copy of docs to our website -clean out current one from web server then copy files: +clean out current one from web server: +root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/docs# rm * -r + (WATCH THE PATH!!) + +Upload docs: from here: C:\data\code\raven\server\AyaNova\wwwroot\docs\ to here: /var/www/html/ayanova.com/docs