From 12c2a0886fac1cc54818730521d788dfd4597218 Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Sun, 3 Sep 2023 20:50:02 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bec6f9..0929bba9 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +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.