chore: address feedback

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2023-05-31 21:59:50 +02:00
parent 60f31ee9ea
commit 124ab2fd47
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -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="<your-secret>"
+2 -2
View File
@@ -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": [