From 615542df135f549449216b572adb581de7ecff4d Mon Sep 17 00:00:00 2001 From: PhilKes Date: Tue, 13 Feb 2024 13:48:48 +0100 Subject: [PATCH] doc: Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a78cec0..c03a873 100644 --- a/README.md +++ b/README.md @@ -55,17 +55,15 @@ docker-compose -f docker-compose-local.yml up --build http://localhost:4000 -## Deployment - Github Pages + Okteto Kubernetes +## Deployment - Github Pages + Azure App Service * Verify built in **Test** job * **Build** all docker images from **Dockerfiles** * **Push** all built images **to Dockerhub** * **Deploy** NuxtJS frontend to Github Pages -* **Deploy** Spring Boot backend to [Okteto Cloud](https://www.okteto.com/) +* **Deploy** Spring Boot backend to [Azure App Service](https://azure.microsoft.com/en-us/products/app-service) A preview version is deployed at https://philkes.github.io/movieland/ -_Note: Okteto puts the backend pod into sleep mode after an inactivity timeout, therefore the initial load of the preview can sometimes take a minute or two._ - ## Development To start all services to develop the Backend: ```shell