From c018106eaed105c75ae006609f57ca1d9a9a2356 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Thu, 10 Apr 2025 14:55:16 +0200 Subject: [PATCH] Update kubernetes info link to CD script --- deployment/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/kubernetes.md b/deployment/kubernetes.md index 10545ce9726..2c5cffcc730 100644 --- a/deployment/kubernetes.md +++ b/deployment/kubernetes.md @@ -186,7 +186,7 @@ helm upgrade api-platform ./helm/api-platform --namespace=default \ ## GitHub Actions Example for deployment -You can find a [complete deploy command for GKE](https://github.com/api-platform/demo/blob/main/.github/workflows/cd.yml) on the [demo project](https://github.com/api-platform/demo/): +You can find a [complete deploy command for GKE](https://github.com/api-platform/demo/blob/4.1/.github/workflows/cd.yml) on the [demo project](https://github.com/api-platform/demo/): ## Symfony Messenger