kamal
Installation
SKILL.md
Kamal
Use Kamal to deploy Rails applications with repeatable, safe workflows.
Install and Initialize
- Install:
gem install kamal - Initialize in app:
kamal init- Creates
config/deploy.ymland.kamal/secrets
- Creates
Deploy Workflow
- Run
kamal setupfor first deploys or new servers. - Use
kamal deployfor routine releases. - Use
kamal rollback [VERSION]for fast recovery.