Skip to content

Commit

Permalink
docs: adding nixpacks github action (#1121)
Browse files Browse the repository at this point in the history
* docs: adding nixpacks github action

* add github-actions to sidebar

---------

Co-authored-by: Jake Runzer <jakerunzer@gmail.com>
  • Loading branch information
iloveitaly and coffee-cup authored Jul 16, 2024
1 parent 9298f90 commit 6867144
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/docs/deploying/dokploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ title: Dokploy

[Dokploy](https://dokploy.com) use nixpacks as provider for build web applications, static sites and more. You can use nixpacks config in your project and nixpacks will be used to build your app or the enviroment section to override custom commands.


![](/images/dokploy.png)
7 changes: 7 additions & 0 deletions docs/pages/docs/deploying/github-actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: GitHub Actions
---

# {% $markdoc.frontmatter.title %}

There's a GitHub action that makes it easy to build Nixpacks containers and push them to a container registry. It is available on the [GitHub actions marketplace.](https://github.com/marketplace/actions/build-containers-with-nixpacks-and)
1 change: 1 addition & 0 deletions docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const sidebarItems: ISidebarSection[] = [
{ text: "Coherence", href: "/docs/deploying/coherence" },
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
{ text: "Dokploy", href: "/docs/deploying/dokploy" },
{ text: "GitHub Actions", href: "/docs/deploying/github-actions" },
],
},
];

0 comments on commit 6867144

Please sign in to comment.