File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -177,24 +177,7 @@ See our full tutorial on [deploying to AWS](/docs/tutorials/deploy-to-aws).
177
177
178
178
### Deploying to GCP
179
179
180
- If you're deploying to GCP, you'll need to invoke `defang compose up` with your GCP project id in the environment:
181
-
182
- ```
183
- GCP_PROJECT_ID=my-project-123 defang compose up --provider gcp
184
- ```
185
-
186
- See our full tutorial on [deploying to GCP](/docs/tutorials/deploy-to-gcp).
187
-
188
-
189
- ### Deploying to DigitalOcean
190
-
191
- If you're deploying to DigitalOcean, you'll need to invoke `defang compose up` with your DigitalOcean project id in the environment:
192
-
193
- ```
194
- DIGITALOCEAN_TOKEN=my-token-123 SPACES_ACCESS_KEY_ID=my-access-key-id SPACES_SECRET_ACCESS_KEY=my-access-key-secret defang compose up --provider digitalocean
195
- ```
196
-
197
- See our full tutorial on [deploying to DigitalOcean](/docs/tutorials/deploy-to-digitalocean).
180
+ GCP support for deployments without Dockerfiles coming soon.
198
181
199
182
## Step 3 - Migrating your data
200
183
You can’t perform that action at this time.
0 commit comments