Skip to content

Commit

Permalink
chore: remove lagon (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt authored Dec 29, 2023
1 parent e86b7dc commit 16bff88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/lagon.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Learn more about Nitro deployment: https://nitro.unjs.io/deploy/
- **Firebase Hosting**: [Deployment](https://nitro-web-app.web.app/) | [Docs](https://nitro.unjs.io/deploy/providers/firebase)
- **Github Pages**: [Deployment](https://unjs.github.io/nitro-deploys/) | [Docs](https://nitro.unjs.io/deploy/workers)
- **Heroku**: ~~Deployment~~ | [Docs](https://nitro.unjs.io/deploy/providers/heroku)
- **Lagon**: [Deployment](https://nitro-app.lagon.dev/) | [Docs](https://nitro.unjs.io/deploy/providers/lagon)
- **Netflify Edge**: [Deployment](https://nitro-deployment-edge.netlify.app/) | [Docs](https://nitro.unjs.io/deploy/providers/netlify#netlify-edge-functions)
- **Netlify Functions**: [Deployment](https://nitro-deployment.netlify.app/) | [Docs](https://nitro.unjs.io/deploy/providers/netlify)
- **Render.com**: ~~Deployment~~ | [Docs](https://nitro.unjs.io/deploy/providers/render)
Expand Down
6 changes: 0 additions & 6 deletions deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ export const deployments = [
url: "https://nitro-app.herokuapp.com/",
docs: "https://nitro.unjs.io/deploy/providers/heroku",
},
{
name: "Lagon",
enabled: true,
url: "https://nitro-app.lagon.dev/",
docs: "https://nitro.unjs.io/deploy/providers/lagon",
},
{
name: "Netlify Functions",
enabled: true,
Expand Down

0 comments on commit 16bff88

Please sign in to comment.