testing var expansion
This commit is contained in:
parent
060a0cfbeb
commit
11fea7a7a8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ 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.
|
||||
|
||||
|
|
@ -24,7 +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:
|
||||
|
||||
```sh
|
||||
gcloud config set project {{project-id}}
|
||||
gcloud config set project {{project_id}}
|
||||
bash ./deploy_langflow_gcp.sh
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue