From 358bb840b76cb396a57e8386357760338b88847c Mon Sep 17 00:00:00 2001 From: Akshay Shekhawat Date: Wed, 19 Oct 2022 22:01:30 -0700 Subject: [PATCH] Add GCP Instructions to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4239fff8..827aac74 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,19 @@
+
+ Deploy to GCP → +
+ logo + + #### Run the following command to spin up Metlo in GCP: + ```bash + $ export 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 + ``` +
+
+ **Deploy with Docker** Run the following in your cloud environment: