README.md: update
This commit is contained in:
parent
4fb08c6bf9
commit
914ea5d407
1 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ heroku open
|
||||||
|
|
||||||
## Deploying to AWS Elastic Beanstalk
|
## Deploying to AWS Elastic Beanstalk
|
||||||
|
|
||||||
> You'll need to install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html).
|
To install using the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
eb init
|
eb init
|
||||||
|
@ -45,9 +45,9 @@ eb create
|
||||||
eb open
|
eb open
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deploying to Google Cloud
|
## Deploying to Google Clou
|
||||||
|
|
||||||
> You'll need to install the [Google Cloud SDK](https://cloud.google.com/sdk/docs/).
|
To install using the [Google Cloud SDK](https://cloud.google.com/sdk/docs/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gcloud projects create my-local-first-relay --set-as-default
|
gcloud projects create my-local-first-relay --set-as-default
|
||||||
|
@ -58,7 +58,7 @@ gcloud app browse
|
||||||
|
|
||||||
## Deploying to Azure
|
## Deploying to Azure
|
||||||
|
|
||||||
> You'll need to have the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) installed.
|
To install using the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
az group create --name my-local-first-relay --location eastus
|
az group create --name my-local-first-relay --location eastus
|
||||||
|
|
Loading…
Reference in a new issue