From a8be1c64aadd402571b692bc45e8b17421de4213 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Wed, 1 Feb 2023 10:36:36 -0500 Subject: [PATCH] Update readme to deploy frontend --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fa4f021d..a8bd1036 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,12 @@ logo image, colors, welcome and help text. ## License The source code is available under a [GPLv2 license](LICENSE). + +## Deploy to Staging and Production + +Nominatim-UI has been configured in [OHM-deploy](https://github.com/OpenHistoricalMap/ohm-deploy) to deployment in production and staging, you just need to update the gitsha you want to launch [here](https://github.com/OpenHistoricalMap/ohm-deploy/blob/main/.github/workflows/frontend-nominatim.yaml#L36). Gtihub action will automatically deploy the changes. + +Changes can be see it at: + +- Production: https://nominatim.openhistoricalmap.org/ +- Staging: https://nominatim-staging.openhistoricalmap.org/ \ No newline at end of file