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
Copy file name to clipboardExpand all lines: docs/providers/gcp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ sidebar_position: 3000
7
7
# GCP
8
8
9
9
:::info
10
-
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
Copy file name to clipboardExpand all lines: docs/tutorials/deploy-container-using-the-cli.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Deploy pre-built container
2
+
title: Deploy existing container
3
3
sidebar_position: 200
4
4
---
5
5
6
-
# Deploy container using the CLI
6
+
# Deploy an Existing Container Using the CLI
7
7
8
8
This example is useful if you already have a Docker container built manually or through a CI/CD system and have that the resulting image is available in a public or private repository accessible by Defang.
1. Navigate to the directory where your project is located:
19
+
## Step 1 - Navigate to your project directory
22
20
```bash
23
21
$ cd path/to/your/project
24
22
```
25
23
26
-
2. Authenticate Defang to use your Digital Ocean Account
27
-
28
-
Defang will look for your Digital Ocean credentials in your shell environment.
24
+
## Step 2 - Authenticate Defang to use your Digital Ocean Account
29
25
30
-
Defang will expect to find the following credentials:
26
+
Defang will look for your Digital Ocean credentials in your shell environment and expect to find the following credentials:
31
27
* the `DIGITALOCEAN_TOKEN` environment variable
32
28
* and, the `SPACES_ACCESS_KEY_ID` and `SPACES_SECRET_ACCESS_KEY` environment variables
33
29
34
-
3. Deploy
30
+
## Step 3 - Deploy
35
31
36
32
Invoke the `defang up` CLI command with the `--provider=do` flag or set the `DEFANG_PROVIDER=do` environment variable.
37
33
@@ -41,7 +37,7 @@ For example:
41
37
$ defang up --provider=do
42
38
```
43
39
44
-
4. Inspect your deployment
40
+
## Step 4 - Inspect your deployment
45
41
46
42
Defang will provision resources in your Digital Ocean account and deploy your services. You can inspect the resources created in your Digital Ocean dashboard.
Copy file name to clipboardExpand all lines: docs/tutorials/generate-new-code-using-ai.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy an outline using AI
3
3
sidebar_position: 50
4
4
---
5
5
6
-
# Deploy an outline using AI
6
+
# Deploy an Outline of a Project Using AI
7
7
8
8
Defang supports generating new project outlines using integration with an AI model. Using this feature, you can describe what you would like the service to do and the CLI will then generate a project outline with all the files required to make it work.
9
9
<iframewidth="560"height="315"src="https://www.youtube.com/embed/afglsBYieuc?si=GCvHhBu3H9ktMDHA"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
0 commit comments