@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user