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

ci(api): fix fly release command #191

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ swap_size_mb = 512

[deploy]
# Runs instead of image CMD
release_command = "npx turbo db:prepare"
release_command = "yarn db:prepare"

[env]
API_PORT = 3000
Expand Down
Loading