Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers authored Sep 3, 2023
1 parent 0e387fd commit 12c2a08
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,12 @@ the project since the [Maven Wrapper](https://maven.apache.org/wrapper/) is used
Maven executable for the repository.

To build the project just call `./mvnw verify` from the root folder of the
project (`mvnw.cmd verify` on windows).
project (`mvnw.cmd verify` on windows).

## Azure Dev instance

The JMH-Store server app of the `main` branch is deployed to Microsoft Azure.
Any change on the main branch will trigger an update to Azure.
The server instance can be found at https://benchscape.azurewebsites.net.
The workflow is defined by the `deploy-main-to-azure.yml` GitHub Action.
The server is defined by the jar in the `jmh-store/target/` folder of the repo.

0 comments on commit 12c2a08

Please sign in to comment.