Skip to content

Commit

Permalink
add flags.yml to curl command (#22160)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jan 31, 2023
1 parent dbe56d6 commit 76eceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-gcp-compute-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME

```bash
mkdir airbyte && cd airbyte
curl -sOO https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}
curl -sOO https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml,flags.yml}
docker compose up -d
```

Expand Down

0 comments on commit 76eceb8

Please sign in to comment.