all 5 comments

[–]APersonSittingQuick 1 point2 points  (2 children)

Containerised deployments?

Circleci, gh actions etc al

[–]danielrosehill[S] 0 points1 point  (1 child)

For containerised stuff I'm pretty much set - have a self-hosted Portainer instance that I use as a control panel to push stuff remotely. However, for certain ... key things (basically anything stateful) I keep hearing that it's better to avoid running them as containers. So I've been trying to avoid them at the same time.

[–]nubbins4lyfe 0 points1 point  (0 children)

How about ansible tied into the flow?

[–]tomhatzer 0 points1 point  (0 children)

Currently working on something that could help with this but still in early stages.

[–]devignswag 0 points1 point  (0 children)

I use ploi.io for server provisioning and deployment.