Skip to content

Commit dd5d157

Browse files
authored
Update deploy.mdx
1 parent 4d35e3c commit dd5d157

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

deploy.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ in the [app manifest](/modus/app-manifest).
1111
Preview environments for live validation of pull requests are in development.
1212
</Note>
1313

14-
## Link your app to GitHub
14+
## Link your project to GitHub
1515

16-
After you
17-
[build your Modus app](/modus/quickstart#building-your-first-modus-app), you can
18-
[create a new project](/create-project) and link it to GitHub using the
19-
Hypermode Console or through the terminal with the Hyp CLI.
16+
After you push your Modus app to GitHub, you can link your Hypermode project
17+
to the repo through the Hyp CLI.
18+
19+
```
20+
hyp link
21+
```
2022

2123
## Build
2224

23-
When you initialize your project with Hypermode, the Hyp CLI adds a GitHub
25+
When you link your project with Hypermode, the Hyp CLI adds a GitHub
2426
Actions workflow to your repo that builds your Modus app to Hypermode on commit.
2527

2628
## Deploy

0 commit comments

Comments
 (0)