Skip to content

Commit 817f583

Browse files
add gcp byoc instructions
1 parent f6bf60c commit 817f583

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

samples/google-adk/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Deploy your application to the Defang Playground by opening up your terminal and
3131
defang compose up
3232
```
3333

34+
### BYOC (GCP)
35+
36+
If you want to deploy to your own cloud account, you can use Defang BYOC:
37+
38+
1. [Authenticate your GCP account](https://cloud.google.com/sdk/docs/quickstart).
39+
2. Run in a terminal that has access to your GCP project id:
40+
```bash
41+
GCP_PROJECT_ID=my-project-12345 defang --provider=gcp compose up
42+
3443
### BYOC (AWS)
3544

3645
If you want to deploy to your own cloud account, you can use Defang BYOC:

0 commit comments

Comments
 (0)