Skip to content

Commit

Permalink
update zerops deployment (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 authored Nov 11, 2024
1 parent 9368513 commit ab3b8eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Continues [Nitro](https://nitro.unjs.io/) deployments for end-to-end testing dep
- Vercel ([docs](https://nitro.unjs.io/deploy/providers/vercel) | [deployment](https://nitro-app.vercel.app/) )
- Vercel Edge ([docs](https://nitro.unjs.io/deploy/providers/vercel#vercel-edge-functions) | [deployment](https://nitro-app-edge.vercel.app/) )
- Zeabur ([docs](https://nitro.unjs.io/deploy/providers/zeabur) | ~~deployment~~ )
- Zerops ([docs](https://nitro.unjs.io/deploy/providers/zerops) | ~~deployment~~ )
- Zerops ([docs](https://nitro.unjs.io/deploy/providers/zerops) | [deployment](https://app-ba-3000.prg1.zerops.app) )

<!-- /automd -->
2 changes: 1 addition & 1 deletion deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const deployments = [
},
{
name: "Zerops",
url: "",
url: "https://app-ba-3000.prg1.zerops.app",
dash: "https://app.zerops.io/",
docs: "https://nitro.unjs.io/deploy/providers/zerops",
},
Expand Down
6 changes: 2 additions & 4 deletions zerops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ zerops:
- pnpm i
- pnpm run build
deployFiles:
- .output
- package.json
- node_modules
- .output/~
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: node .output/server/index.mjs
start: node server/index.mjs

0 comments on commit ab3b8eb

Please sign in to comment.