kamal setup
Kamal setup will run everything required to deploy an application to a fresh host.
It will:
- Install Docker on all servers, if it has permission and it is not already installed
- Push env files to the hosts (you may need to run
kamal envify
to generate.env
first) - Boot all accessories
- Deploy the app (see
kamal deploy
)