Skip to content

Commit

Permalink
testing var expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
genome21 committed Apr 20, 2023
1 parent 060a0cf commit 11fea7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/walkthroughtutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Before you start, make sure you have the following prerequisites:
- A GCP account with the necessary permissions to create resources
- A project on GCP where you want to deploy Langflow

[**Select your GCP project**]<walkthrough-project-setup></walkthrough-project-setup>
[**Select your GCP project**]<walkthrough-project-setup variable="project_id"></walkthrough-project-setup>

In the next step, you'll configure the GCP environment and deploy Langflow.

## Configure the GCP environment and deploy Langflow
Run the deploy_langflow_gcp.sh script to configure the GCP environment and deploy Langflow:

```sh
gcloud config set project {{project-id}}
gcloud config set project {{project_id}}
bash ./deploy_langflow_gcp.sh
```

Expand Down

0 comments on commit 11fea7a

Please sign in to comment.