Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4376 from 2kloc/master
Browse files Browse the repository at this point in the history
Update the default DigitalOcean droplet size
  • Loading branch information
dgageot authored Feb 1, 2018
2 parents 0cfc858 + 3022f7c commit 86f9487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/digitalocean/digitalocean.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
defaultSSHUser = "root"
defaultImage = "ubuntu-16-04-x64"
defaultRegion = "nyc3"
defaultSize = "512mb"
defaultSize = "s-1vcpu-1gb"
)

// GetCreateFlags registers the flags this driver adds to
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/digitalocean/godo/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86f9487

Please sign in to comment.