You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,7 +167,7 @@ Now all you need to do is deploy your application to the cloud.
167
167
168
168
### Deploying to AWS
169
169
170
-
If you're deploying to AWS, you'll need to invoke `defang compose up` with your AWS access credentials in the environment:
170
+
If you're deploying to AWS, you'll need to invoke `defang compose up --provider aws` with your AWS access credentials in the environment:
171
171
172
172
<details>
173
173
<summary>
@@ -285,7 +285,68 @@ See our full tutorial on [deploying to AWS](/docs/tutorials/deploy-to-aws).
285
285
286
286
### Deploying to GCP
287
287
288
-
GCP support for deployments without Dockerfiles coming soon.
288
+
If you're deploying to GCP, you'll need to invoke `defang compose up --provider gcp` with your GCP access credentials in the environment:
289
+
290
+
<details>
291
+
<summary>
292
+
Run the following command
293
+
```
294
+
GCP_PROJECT_ID=my-project-123456 defang compose up --provider gcp
295
+
```
296
+
</summary>
297
+
```
298
+
* Using Google Cloud Platform provider from command line flag
299
+
! Defang cannot monitor status of the following managed service(s): [postgres release].
300
+
To check if the managed service is up, check the status of the service which depends on it.
301
+
! service "postgres": missing memory reservation; using provider-specific defaults. Specify deploy.resources.reservations.memory to avoid out-of-memory errors
302
+
! service "web": ingress port without healthcheck defaults to GET / HTTP/1.1
303
+
* Packaging the project files for web at /Users/defang/wk/vast-badlands
304
+
* Uploading the project files for web
305
+
* Setting up defang CD in GCP project my-project-123456, this could take a few minutes
306
+
* Packaging the project files for release at /Users/defang/wk/vast-badlands
307
+
* Uploading the project files for release
308
+
* Tailing logs for deployment ID fgdh4ct0hopz ; press Ctrl+C to detach:
309
+
* Showing only build logs and runtime errors. Press V to toggle verbose mode.
310
+
2025-09-08T10:28:08.634-04:00 cd ** Update started for stack beta
311
+
2025-09-08T10:28:17.990-04:00 cd ** Updating service "postgres"
312
+
2025-09-08T10:28:44.773-04:00 cd ** Building image for "release"...
313
+
2025-09-08T10:28:58.012-04:00 cd ** Building image for "web"...
314
+
2025-09-08T10:47:02.479-04:00 release I, [2025-09-08T14:47:02.409371 #1] INFO -- : Migrating to CreateMembers (20240416182733)
0 commit comments