Kirby deployment options
Kirby is a file-based CMS. There is no database; content lives in Markdown files on disk. This design approach is simpler, but it comes with some deployment and Git gotchas.
Choose a deployment workflow
- Git + rsync deployment - recommended, most sophisticated
- rsync deployment - advanced, quick
- SFTP upload - simple, see general SFTP article
- Git only - Use when the remote admin panel is not required