Hi,
I am trying to use plumberDeploy to push my API to a droplet on DigitalOcean. However, when using:
plumberDeploy::do_provision(name="ExampleName")
I get the following:
THIS ACTION COSTS YOU MONEY!
Provisioning a new server for which you will get a bill from DigitalOcean.
Using default ssh keys: PBS KEY
NB: This costs $0.00744 / hour until you droplet_delete() it
Waiting for create ...................
New server key: ac:4e:e6:######(more numbers here)######
Error: Authentication with ssh server failed
Then when i use the function:
do_deploy_api(123456789, "date", "/Users/Ken/Desktop", 8000, docs = TRUE)
I get this:
New server key: c4:70:02:######(more numbers here)######
Error: Authentication with ssh server failed
What am I doing wrong or what can I do to get this API uploaded today on digital ocean?