From 0bf945929b3fc73b42d2941fdc4fd572322b4987 Mon Sep 17 00:00:00 2001 From: Elsa Mayra Irgens Date: Thu, 24 Aug 2023 15:21:47 +0200 Subject: [PATCH] update workflow deploy only --- public-site/docs/src/guides/deploy-only/index.md | 2 +- public-site/docs/src/guides/deployment-promotion/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public-site/docs/src/guides/deploy-only/index.md b/public-site/docs/src/guides/deploy-only/index.md index 61df6049..72ab35a8 100644 --- a/public-site/docs/src/guides/deploy-only/index.md +++ b/public-site/docs/src/guides/deploy-only/index.md @@ -27,7 +27,7 @@ Unlike a regular Radix application, for a deploy-only application you have two o - The GitHub repository which act as a pure configuration repository. That is, source code for the different components resides in other repositories - The `radixconfig.yaml` is in the source code repository -The documentation will use the second option and this [example repository](https://github.com/equinor/radix-example-arm-template) +The documentation will use the second option. ## The `radixconfig.yaml` file diff --git a/public-site/docs/src/guides/deployment-promotion/index.md b/public-site/docs/src/guides/deployment-promotion/index.md index 6bc014dc..50dc2e3b 100644 --- a/public-site/docs/src/guides/deployment-promotion/index.md +++ b/public-site/docs/src/guides/deployment-promotion/index.md @@ -24,7 +24,7 @@ To promote a deployment you must create a new Job of type `promote`. There are s ## Promote to another environment -Taking the current active deployment from one environment into another is an effective workflow; it can be used as a manual "deploy-to-production" step if you prefer to not map the production environment to a git branch for deployment. The [workflows](../workflows/) guide has an example of how to use this. +Taking the current active deployment from one environment into another is an effective workflow; it can be used as a manual "deploy-to-production" step if you prefer to not map the production environment to a git branch for deployment. The [workflows](../../start/workflows/) guide has an example of how to use this. ## Promote an old deployment/rollback