diff --git a/README.md b/README.md index 53ecdc6..90b9d79 100644 --- a/README.md +++ b/README.md @@ -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) ) diff --git a/deployments.ts b/deployments.ts index cc2e36d..d274e47 100644 --- a/deployments.ts +++ b/deployments.ts @@ -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", }, diff --git a/zerops.yml b/zerops.yml index bfd09ca..4c0e29b 100644 --- a/zerops.yml +++ b/zerops.yml @@ -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