Skip to content

Commit

Permalink
chore(test): try running zerops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev committed Oct 21, 2024
1 parent 9d3b9dc commit 6f028a1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions zerops.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
zerops:
- setup: backend
build:
base: bun@1.1
base:
- bun@1.1
- nodejs@latest
os: ubuntu
buildCommands:
- bun i
- bun install
- bun run postinstall
- bun run validateEnv
- bun x nx build backend
deployFiles:
- apps/backend/dist
Expand All @@ -19,8 +23,7 @@ zerops:
os: ubuntu
ports:
- port: 3000
start:
- bun x nx start backend
start: bun apps/backend/dist/index.js

deploy:
readinessCheck:
Expand Down

0 comments on commit 6f028a1

Please sign in to comment.