dustin/sshca/pipeline/head This commit looks goodDetails
After building and publishing a new "latest" container image, we can
automatically deploy it to production by restarting the *sshca*
Deployment. We use `curl` here to patch the Deployment manually, since
`kubectl` is not available in the container image. This is a simple
enough operation that it's not worth the effort of trying to install it.
dustin/sshca/pipeline/head This commit looks goodDetails
When this repository was split from the original *dustin/sshca*
repository, the CI pipeline was not imported. It wouldn't have mattered
if it had been, since it wouldn't have worked, anyway, given the path
changes.