Skip to content

Commit 07b3047

Browse files
committed
refine regular 1-click deploy tutorial
1 parent 76f276f commit 07b3047

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/tutorials/using-one-click-deploy.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Alternatively, you can find the "1-Click Deploy" button located in the `README.m
2727

2828
## Step 2 - Allow Permissions
2929

30-
After you've clicked, you will be prompted to use GitHub to log in. Once you see a "Create a new repository" page appear, allow the sample repository to get cloned into your GitHub account.
30+
After you've clicked, you will be prompted to use GitHub to log in. Once you see a "Create a new repository" page appear, allow the sample repository to get cloned into your GitHub account. You can do this by clicking the green "Create repository" button at the bottom.
31+
32+
![create-repository](/img/use-one-click-tutorial/create-repository.png)
3133

3234
## Step 3 - Wait for Deployment to Complete
3335

@@ -36,13 +38,14 @@ A Github Action workflow will automatically start running to install Defang and
3638
You can view the status of your deployment in the [Defang Portal](https://portal.defang.dev/), or by downloading the [Defang CLI](/docs/getting-started).
3739

3840
:::tip
39-
Defang has a tutorial on how you can [monitor your services](/docs/tutorials/monitoring-your-services).
40-
:::
41-
42-
:::info
4341
If you decide to make a commit later to a repository created from 1-Click Deploy, then the project will automatically get deployed again to Defang Playground.
4442
:::
4543

44+
When it is completed, you can view your deployed app using the deployment link generated by Defang, which should appear similar to the format below:
45+
```
46+
https://<username>-<service-name>--<port>.defang.dev
47+
```
48+
4649
### Configuration in 1-Click Deploy
4750

4851
If the sample you chose requires setting configuration, such as API keys, you can set sensitive config values as secrets in your GitHub repository and the GitHub Action will automatically deploy those values for you.
60.2 KB
Loading

0 commit comments

Comments
 (0)