Skip to content

Commit 4e85ea3

Browse files
authored
docs(deploying): add Justdeploy to sidebar (#1307)
1 parent 59d2d37 commit 4e85ea3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/pages/docs/deploying/justdeploy.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# JustDeploy
1+
# JustDeploy 🛵
22

33
[JustDeploy](https://github.com/cchalop1/JustDeploy) is an open-source tool that makes **self-hosting your applications incredibly easy**.
44

5-
It provides a lightweight web interface to organize projects, databases, and environments without needing to write any Docker or server configuration. With JustDeploy, you can deploy your app to your own VPS in just one click, with no vendor lock-in.
5+
It provides a lightweight web interface to organize projects, databases, and environments without needing to write any Docker or server configuration. With JustDeploy, you can deploy your app to your own VPS in just one click, with no vendor lock-in.
66

77
## 🚀 Built-in Nixpacks support
88

99
JustDeploy uses **Nixpacks by default** to build application images directly from your Git repository. This ensures simple, reproducible builds with zero configuration.
1010

11-
> Example: When a user connects their GitHub repo to JustDeploy, the app is automatically built using Nixpacks and deployed to their server with a clean, production-ready setup.
12-
1311
## 🔗 Useful links
1412

1513
- 💻 GitHub: [github.com/cchalop1/JustDeploy](https://github.com/cchalop1/JustDeploy)

docs/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const sidebarItems: ISidebarSection[] = [
7373
{ text: "GitHub Actions", href: "/docs/deploying/github-actions" },
7474
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
7575
{ text: "Stacktape", href: "/docs/deploying/stacktape" },
76+
{ text: "JustDeploy", href: "/docs/deploying/justdeploy" },
7677
],
7778
},
7879
];

0 commit comments

Comments
 (0)