From e9c45927d5d549c580ffd9d6bc4bb68c1a328bd8 Mon Sep 17 00:00:00 2001 From: djamaile Date: Fri, 9 Jun 2023 01:38:08 +0200 Subject: [PATCH] chore: add docs reference back Signed-off-by: djamaile --- microsite/blog/2023-05-06-backstage-deploy-alpha.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsite/blog/2023-05-06-backstage-deploy-alpha.mdx b/microsite/blog/2023-05-06-backstage-deploy-alpha.mdx index cc0f3ee1a9..1a783b026a 100644 --- a/microsite/blog/2023-05-06-backstage-deploy-alpha.mdx +++ b/microsite/blog/2023-05-06-backstage-deploy-alpha.mdx @@ -38,7 +38,7 @@ It's now time to put the Deploy CLI into action and deploy a Backstage POC. The Deploy CLI makes use of [Pulumi](https://www.pulumi.com/docs/) which is an infrastructure-as-code tool that helps provision resources in the cloud. Before you get started, ensure you have the [Pulumi CLI](https://www.pulumi.com/docs/cli/) and [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) installed on your local machine. -You can find the step-by-step installation documentation for Pulumi under the [Deployment section](https://backstage.io/docs/deployment/pulumi/aws). +You can find the step-by-step installation documentation for Pulumi under the [Deployment section](https://backstage.io/docs/deployment/backstage-deploy/aws-lightsail). But we summarize the steps to deploy your POC here. You can invoke the the CLI you can use the following command: @@ -74,5 +74,6 @@ So, please try this new CLI out and let us know what you think on [Discord](http Useful links: - [Backstage Deploy](https://github.com/backstage/backstage-deploy) +- [Documentation](https://backstage.io/docs/deployment/backstage-deploy/aws-lightsail) - [Pulumi docs](https://www.pulumi.com/docs/) - [#deployment](https://discord.com/channels/687207715902193673/995973463208644678) channel in Discord