Skip to content

Commit 358bb84

Browse files
authored
Add GCP Instructions to README
1 parent cea0f65 commit 358bb84

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@
5555
<hr>
5656
</details>
5757

58+
<details>
59+
<summary><strong>Deploy to GCP →</strong></summary>
60+
<hr>
61+
<img alt="logo" src="https://metlo-api-security-public.s3.us-west-2.amazonaws.com/gcp.svg" height="40">
62+
63+
#### Run the following command to spin up Metlo in GCP:
64+
```bash
65+
$ export PROJECT_ID="<YOUR_PROJECT_ID>"
66+
$ gcloud compute instances create metlo-api-security --image-family=metlo-api-security --image-project=metlo-security --project=$PROJECT_ID --machine-type e2-standard-2
67+
```
68+
<hr>
69+
</details>
70+
5871
**Deploy with Docker**
5972

6073
Run the following in your cloud environment:

0 commit comments

Comments
 (0)