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

Commit f7a3d24

Browse files
authored
Merge pull request #191 from zallo-labs/fix-api-release-_-
ci(api): fix fly release command
2 parents 6ffd52f + e3d5f52 commit f7a3d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/fly.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ swap_size_mb = 512
88

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

1313
[env]
1414
API_PORT = 3000

0 commit comments

Comments
 (0)