force gcp login in ephemeral cloudshell

This commit is contained in:
Robert Wilkins III 2023-04-20 01:55:34 +00:00
commit 413285f7ec

View file

@ -24,6 +24,7 @@ In the next step, you'll configure the GCP environment and deploy Langflow.
Run the deploy_langflow_gcp.sh script to configure the GCP environment and deploy Langflow:
```bash
gcloud auth login --brief --quiet
bash ./deploy_langflow_gcp.sh
```