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": [