We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea0f65 commit 358bb84Copy full SHA for 358bb84
README.md
@@ -55,6 +55,19 @@
55
<hr>
56
</details>
57
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
69
+</details>
70
71
**Deploy with Docker**
72
73
Run the following in your cloud environment:
0 commit comments