New user with plumberDeploy and running into a few issues. Using this version here:
remotes::install_github("meztez/plumberDeploy")
I have an SSH key setup over at digital ocean and now am experiencing the following:
k <- analogsea::key_create("PACER", readLines('C:\plumber\digitalOcean.pub'))
Error: Key can't be blank
mydrop <- plumberDeploy::do_provision()
THIS ACTION COSTS YOU MONEY!
Provisioning a new server for which you will get a bill from DigitalOcean.
Using default ssh keys: PACER
NB: This costs $0.00893 / hour until you droplet_delete() it
Waiting for create ....................................
New server key: [[deleted for purposes of this post]]
Error: Authentication with ssh server failed
I do see something at the following:
lapply(analogsea::keys(), '[[', "public_key")
$PACER
[1] "ssh-rsa [[[key deleted]]Extreme\n"