Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Apr 5, 2024
1 parent cc3eb12 commit 1efef62
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<TAG> app-v2`
3. Change the symbolic link that **app-v1** links to: `rm app-v1 && ln -s app-v1.<TAG> 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.

0 comments on commit 1efef62

Please sign in to comment.