From 2b5f2e3eea84692b9af0a28fd4842e1d8dbdd121 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Fri, 3 Nov 2023 09:30:40 +1000 Subject: [PATCH] line edits --- .../docs/platform-engineering/managing-project-resources.md | 2 +- src/pages/docs/platform-engineering/managing-space-resources.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/platform-engineering/managing-project-resources.md b/src/pages/docs/platform-engineering/managing-project-resources.md index 6bdbadc699..9d2da7fa22 100644 --- a/src/pages/docs/platform-engineering/managing-project-resources.md +++ b/src/pages/docs/platform-engineering/managing-project-resources.md @@ -199,4 +199,4 @@ Executing the runbook will create a new project in an existing space. Any space ### Updating project resources -The runbooks `__ 1. Serialize Project` and `__ 2. Deploy Project` can be run as needed to serialize any changes to the template project and deploy the changes to existing spaces. The Terraform module zip file pushed to the built-in feed is versioned with a unique value each time, so you can also revert changes by redeploying an older package. In this way you can use Octopus to deploy Octopus spaces in much the same way as you use Octopus to deploy applications. \ No newline at end of file +The runbooks `__ 1. Serialize Project` and `__ 2. Deploy Project` can be run as needed to serialize any changes to the template project and deploy the changes to existing spaces. The Terraform module zip file pushed to the built-in feed is versioned with a unique value each time, so you can also revert changes by redeploying an older package. In this way you can use Octopus to deploy Octopus spaces using the same processes you use Octopus to deploy applications. \ No newline at end of file diff --git a/src/pages/docs/platform-engineering/managing-space-resources.md b/src/pages/docs/platform-engineering/managing-space-resources.md index a553df6e21..9d5fb7fefa 100644 --- a/src/pages/docs/platform-engineering/managing-space-resources.md +++ b/src/pages/docs/platform-engineering/managing-space-resources.md @@ -114,4 +114,4 @@ If you ticked the `Default Secrets to Dummy Values` option when exporting a spac ### Updating space level resources -The runbooks `__ 1. Serialize Space` and `__ 2. Deploy Space` can be run as needed to serialize any changes to the template space and deploy the changes to managed spaces. The Terraform module zip file pushed to the built-in feed is versioned with a unique value each time, so you can also revert changes by redeploying an older package. In this way you can use Octopus to deploy Octopus spaces in much the same way as you use Octopus to deploy applications. \ No newline at end of file +The runbooks `__ 1. Serialize Space` and `__ 2. Deploy Space` can be run as needed to serialize any changes to the template space and deploy the changes to managed spaces. The Terraform module zip file pushed to the built-in feed is versioned with a unique value each time, so you can also revert changes by redeploying an older package. In this way you can use Octopus to deploy Octopus spaces using the same processes you use Octopus to deploy applications. \ No newline at end of file