meztez / plumberDeploy

Other
50 stars 12 forks source link

Is there full documentation somewhere? README has a broken link #46

Open daattali opened 3 weeks ago

daattali commented 3 weeks ago

README claims there are full docs at https://www.rplumber.io/articles/hosting.html#digitalocean-1 but that link only contians one paragraph that leads to this repo.

meztez commented 3 weeks ago

DigitalOcean used to be the main recommendation to deploy plumber API until Connect and Docker came into existence. These functions used to be in the main plumber package and were moved to a separate package 4 years ago. I make sure it's still working from time to time, but I have not put much more time than that into it.

All it does is create droplets from the DO api, ssh into them, install requirements and create a systemctl service that runs plumber.

I do not think there are more details than what is already there, unfortunately.