Skip to content

Commit

Permalink
--vm-memoryを数値表記にする
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed May 19, 2024
1 parent d8d58ce commit d8ce7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ POSTGRES_APP_NAME="${APP_NAME}-db"
fly postgres create --name="$POSTGRES_APP_NAME" --region="$(yq '.primary_region' fly.toml)" --initial-cluster-size=1 \
--vm-size="$(yq '.vm.[0].size' fly.toml)" --volume-size=1
fly postgres attach "$POSTGRES_APP_NAME"
fly deploy --vm-memory=256mb
fly deploy --vm-memory=256

0 comments on commit d8ce7f9

Please sign in to comment.