Skip to content

Commit

Permalink
Add GCP Instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 authored Oct 20, 2022
1 parent cea0f65 commit 358bb84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
<hr>
</details>

<details>
<summary><strong>Deploy to GCP →</strong></summary>
<hr>
<img alt="logo" src="https://metlo-api-security-public.s3.us-west-2.amazonaws.com/gcp.svg" height="40">

#### Run the following command to spin up Metlo in GCP:
```bash
$ export PROJECT_ID="<YOUR_PROJECT_ID>"
$ gcloud compute instances create metlo-api-security --image-family=metlo-api-security --image-project=metlo-security --project=$PROJECT_ID --machine-type e2-standard-2
```
<hr>
</details>

**Deploy with Docker**

Run the following in your cloud environment:
Expand Down

0 comments on commit 358bb84

Please sign in to comment.