Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/pages/docs/deploying/zaneops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: ZaneOps
---

# {% $markdoc.frontmatter.title %}

Nixpacks is available as a builder on [ZaneOps](https://zaneops.dev), allowing you to deploy web applications as well as static websites and Single Page Applications. You can configure the builder on the service settings page.

![](/images/zaneops.png)
Binary file added docs/public/images/zaneops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const sidebarItems: ISidebarSection[] = [
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
{ text: "Stacktape", href: "/docs/deploying/stacktape" },
{ text: "JustDeploy", href: "/docs/deploying/justdeploy" },
{ text: "ZaneOps", href: "/docs/deploying/zaneops" },
],
},
];