From 1efef625d97fc9fecb63dbfe2b7c5ea579a1a3a7 Mon Sep 17 00:00:00 2001 From: Tom Dymel Date: Fri, 5 Apr 2024 10:43:24 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ee87de..3659d5a 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,14 @@ And then try again. #### Production Version -#### Beta Versions -1. Create folder in root-directory. The name should be *app-xxx*, where xxx is the same as in the version-tag in the package.json of the **egon.io** project +##### Beta V1 +1. Create folder in root-directory. The name should be *app-v1* 2. Unzip the contents into the created folder. Do not unzip the root folder of the zip, but the contents of the folder (assets, bpmn files, etc.) -3. Change the symbolic link that **app-v2** links to: `rm app-v2 && ln -s app-v2. app-v2` +3. Change the symbolic link that **app-v1** links to: `rm app-v1 && ln -s app-v1. app-v1` 4. Commit and push your changes. This will trigger the pipeline and deploy the new version, when successful -#### Latest Build +##### Beta V2 +Run the workflow at the GitHub actions tab and set the "Deploy v2 prod" checkbox. + +##### Latest Build Works fully automated.