diff --git a/docs/pages/docs/deploying/dokploy.md b/docs/pages/docs/deploying/dokploy.md index 13374127e..7382d56f9 100644 --- a/docs/pages/docs/deploying/dokploy.md +++ b/docs/pages/docs/deploying/dokploy.md @@ -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) diff --git a/docs/pages/docs/deploying/github-actions.md b/docs/pages/docs/deploying/github-actions.md new file mode 100644 index 000000000..e3498f6bb --- /dev/null +++ b/docs/pages/docs/deploying/github-actions.md @@ -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) diff --git a/docs/sidebar.ts b/docs/sidebar.ts index e9c2c24a6..c710e64ff 100644 --- a/docs/sidebar.ts +++ b/docs/sidebar.ts @@ -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" }, ], }, ];