I came across this book about deploying #CommonLisp applications (via @amoroso) and it really makes me want to go back to write some CL code ✨ Deployment was one of the scary things about building in CL for me, and it makes me happy that someone wrote a book on this topic: https://www.darkchestnut.com/book-cloud-deployment/
@gosha FYI you also have info in the Cookbook:
- building binaries with Deploy https://lispcookbook.github.io/cl-cookbook/scripting.html#with-deploy---ship-foreign-libraries-dependencies
(helps with dynamic libraries)
- deploying web apps: https://lispcookbook.github.io/cl-cookbook/web.html#deployment (Systemd and gotchas, connecting to a remote image)