Skip to content

Commit a69a6a9

Browse files
Apply suggestions from code review
1 parent 47c6c39 commit a69a6a9

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

docs/tutorials/migrating-from-heroku.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -177,24 +177,7 @@ See our full tutorial on [deploying to AWS](/docs/tutorials/deploy-to-aws).
177177
178178
### Deploying to GCP
179179
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.
198181
199182
## Step 3 - Migrating your data
200183

0 commit comments

Comments
 (0)