Skip to content

Commit

Permalink
Default changelog VM size to performance-4x
Browse files Browse the repository at this point in the history
Same as the current production config.

Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard committed Jan 5, 2024
1 parent 1e9c22d commit 5198e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magefiles/image/fly.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func (image *Image) Deploy() *Image {
WithExec([]string{
"deploy",
"--image", image.ProductionImageRef(),
"--vm-size", "performance-4x",
})

return image.OK()
Expand Down

0 comments on commit 5198e6f

Please sign in to comment.