From 124ab2fd477129d7a234cf21bb0d1b020d7b7082 Mon Sep 17 00:00:00 2001 From: djamaile Date: Wed, 31 May 2023 21:59:50 +0200 Subject: [PATCH] chore: address feedback Signed-off-by: djamaile --- docs/deployment/backstage-deploy/aws.md | 10 ++++++++-- microsite/sidebars.json | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/deployment/backstage-deploy/aws.md b/docs/deployment/backstage-deploy/aws.md index 897eb440c3..9d5fdc3ebb 100644 --- a/docs/deployment/backstage-deploy/aws.md +++ b/docs/deployment/backstage-deploy/aws.md @@ -1,7 +1,7 @@ --- -id: aws +id: aws-lightsail title: Deploying Backstage on AWS Lightsail -sidebar_label: AWS +sidebar_label: AWS Lightsail description: How to deploy Backstage on AWS Lightsail --- @@ -111,6 +111,12 @@ Second, install the [Pulumi CLI](https://www.pulumi.com/docs/get-started/install Then we need to execute the following commands, to set Pulumi up: +:::tip + +Make sure to store your passphrase somewhere save as it is used to encrypt/decrypt your Pulumi config. + +::: + ```bash $ pulumi login --local $ export PULUMI_CONFIG_PASSPHRASE="" diff --git a/microsite/sidebars.json b/microsite/sidebars.json index dc24a57737..f612e7b880 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -328,8 +328,8 @@ "deployment/heroku", { "type": "category", - "label": "Deploying on a cloud provider with Backstage Deploy", - "items": ["deployment/backstage-deploy/aws"] + "label": "Using Backstage Deploy (alpha)", + "items": ["deployment/backstage-deploy/aws-lightsail"] } ], "Designing for Backstage": [