Files
sshca/.editorconfig
Dustin C. Hatch f8f8218537
All checks were successful
dustin/sshca/pipeline/head This commit looks good
ci: Auto deploy latest build of master
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.
2024-02-03 10:07:29 -06:00

16 lines
213 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**.rs]
max_line_length = 79
[Jenkinsfile]
max_line_length = 79
indent_style = space
indent_size = 4