An open API service indexing awesome lists of open source software.

https://github.com/backstage/backstage-deploy

CLI to help deploy Backstage on your cloud provider
https://github.com/backstage/backstage-deploy

backstage backstage-deploy

Last synced: 4 days ago
JSON representation

CLI to help deploy Backstage on your cloud provider

Awesome Lists containing this project

README

        

# backstage-deploy

This package provides a CLI to help deploy Backstage on a specified cloud provider. It uses [Pulumi](https://www.pulumi.com) internally to create the required resources.

## Usage

With `npx`:

```sh
npx backstage-deploy aws --stack backstage-demo
```

## Documentation

- [Deploy documentation](https://backstage.io/docs/deployment/backstage-deploy/aws-lightsail)

## Install PNPM

`backstage-deploy` doesn't use Yarn but PNPM. Please refer to the [install documentation](https://pnpm.io/installation).

After installation, run this command to install the dependencies:

```sh
pnpm i
```