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.