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 Dec 30, 2023
1 parent cceb1a9 commit e812ebc
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 e812ebc

Please sign in to comment.