We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bf60c commit 817f583Copy full SHA for 817f583
samples/google-adk/README.md
@@ -31,6 +31,15 @@ Deploy your application to the Defang Playground by opening up your terminal and
31
defang compose up
32
```
33
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
43
### BYOC (AWS)
44
45
If you want to deploy to your own cloud account, you can use Defang BYOC:
0 commit comments