How to push the env file with Kamal? less than 1 minute read Push the env file to your hosts kamal env push The above command uses the configuration in config/deploy.yml and env variables from .env file to push the env files to the hosts. Twitter Facebook LinkedIn Previous Next
How to rollback a deployment with Kamal? less than 1 minute read This article explains how to rollback a deployment with Kamal.
How to view Rails app logs on Kamal? less than 1 minute read This article explains how to view Rails app logs on Kamal.
How to add alias with Kamal? less than 1 minute read This article explains how to add alias with Kamal.
How to run a rake task on Kamal? less than 1 minute read This article explains how to run a rake task on Kamal.