From 426f40585364e2a609c8c6e2a2babb8e2f1139fd Mon Sep 17 00:00:00 2001 From: Renato Leite Date: Tue, 3 Oct 2023 00:47:47 +0000 Subject: [PATCH] update readme --- backend_apis/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend_apis/README.md b/backend_apis/README.md index 7f9aaf9..0fc5eb1 100644 --- a/backend_apis/README.md +++ b/backend_apis/README.md @@ -46,7 +46,9 @@ Using the same Vertex AI managed notebook you created in this README file, navig Here are the steps: > cd ./genai-for-marketing/backend_apis + > gcloud builds submit --region=us-central1 --tag gcr.io/**"YOUR PROJECT ID"**/genai-marketing-apis + > gcloud run deploy genai-marketing-apis --image gcr.io/**"YOUR PROJECT ID"**/genai-marketing-apis --allow-unauthenticated --region us-central1 Replace **"YOUR PROJECT ID"** with the id of your project.