Skip to content

Commit 68b92be

Browse files
committed
chore(pnpm): Use zsc command against mailpit host
1 parent 5d6a93e commit 68b92be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zerops.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ zerops:
1414
buildCommands:
1515
- pnpm i
1616
- pnpm exec next telemetry disable
17-
- zsc test tcp -6 db.zerops:5432 --timeout 30s
17+
- zsc test tcp -6 db:5432 --timeout 30s
18+
- zsc test tcp -6 mailpit:1025 --timeout 30s
1819
- pnpm payload migrate:status
1920
- pnpm payload migrate
2021
- pnpm build

0 commit comments

Comments
 (0)