From 6d3ccffe8cd6f0ca4375985bbea99baec2ad28ff Mon Sep 17 00:00:00 2001 From: Christian de Jonge Date: Fri, 14 Aug 2026 08:53:21 +0200 Subject: [PATCH] Update environment links in README to AKS hostnames --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b9f91ad22..c6b72eedd 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ The application consists of a [frontend](frontend) in React, a [backend](backend ## Deployments -We currently have 3 environments (Development, Staging, and Production) deployed to Aurora. +We currently have 3 environments (Development, Staging, and Production) deployed to AKS under `robotics.equinor.com`. -| Environment | Deployment | Status | -| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Development | [Frontend](https://shared.dev.aurora.equinor.com/robotics-frontend/)
[Backend](https://shared.dev.aurora.equinor.com/robotics-backend/swagger) | [![Dev](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml) | -| Staging | [Frontend](https://shared.aurora.equinor.com/robotics-staging-frontend/)
[Backend](https://shared.aurora.equinor.com/robotics-staging-backend/swagger) | [![Staging](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml) | -| Production | [Frontend](https://shared.aurora.equinor.com/robotics-prod-frontend/)
[Backend](https://shared.aurora.equinor.com/robotics-prod-backend/swagger) | [![Production](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml) | +| Environment | Deployment | Status | +| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Development | [Frontend](https://flotilla.dev.robotics.equinor.com/)
[Backend](https://flotilla.dev.robotics.equinor.com/api/swagger) | [![Dev](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/deploy_to_development.yml) | +| Staging | [Frontend](https://flotilla.staging.robotics.equinor.com/)
[Backend](https://flotilla.staging.robotics.equinor.com/api/swagger) | [![Staging](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/deploy_to_staging.yml) | +| Production | [Frontend](https://flotilla.robotics.equinor.com/)
[Backend](https://flotilla.robotics.equinor.com/api/swagger) | [![Production](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml/badge.svg)](https://github.com/equinor/flotilla/actions/workflows/promote_to_production.yml) | ## Setup