Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 76adc48

Browse files
committed
ci(api): fix fly release command
1 parent 77f3285 commit 76adc48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/fly.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ swap_size_mb = 512
77
dockerfile = "Dockerfile"
88

99
[deploy]
10-
release_command = "yarn api db:prepare"
10+
# Runs instead of image CMD
11+
release_command = "npx turbo db:prepare"
1112

1213
[env]
1314
API_PORT = 3000

0 commit comments

Comments
 (0)