|
|
|
|
|
by Rodeoclash
1363 days ago
|
|
I've found the docker support to be quite good these days, you can run docker compose yml files directly now (the kludgy old way they had has been deprecated) I'm a big fan of beanstalk. It is tricky to work out exactly how to deploy to it when it's managed by Terraform but if you can put up with that then you get a well thought out app hosting + deploy with an escape hatch of being able to interact with the underlying machine using the hooks system they have. It's and older service but still valuable for medium sized sites. |
|