meztez / plumberDeploy

Other
50 stars 12 forks source link

Define size for droplet #28

Closed demarchenac-nativapps closed 3 years ago

demarchenac-nativapps commented 3 years ago

Hi!

I would like some help to upload my plumber api to digital ocean, I'm running id <- plumberDeploy::do_provision(example = FALSE), but the command line outputs:

THIS ACTION COSTS YOU MONEY!
Provisioning a new server for which you will get a bill from DigitalOcean.
Using default ssh keys: Demar Home
Error: Size is not available in this region.

So, I wanna know if there's a way to specify the size for the do_provision method.

meztez commented 3 years ago

Yes, see ?plumberDeploy::do_provision ... param, or ?analogsea::droplet_create

id <- plumberDeploy::do_provision(example = FALSE, size = ....)
muschellij2 commented 3 years ago

Also see https://github.com/sckott/analogsea/issues/205, change the region to sfo3 and try again (new default in analogsea, but not on CRAN yet)

On Wed, Apr 28, 2021 at 9:20 AM Bruno Tremblay @.***> wrote:

Closed #28 https://github.com/meztez/plumberDeploy/issues/28.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/meztez/plumberDeploy/issues/28#event-4656821349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGPLQ4ABFODQRM6GQGUXTTLADQRANCNFSM43WMPB6Q .

-- Best, John