This is a single file Rails demo app for utilizing Cloud Native Buildpacks with Kamal.
git clone [email protected]:nickhammond/kamal-buildpacks-rails.git
bundle install
- Install the Pack CLI
brew install buildpacks/tap/pack
- Add your Docker personal access token to .kamal/secrets as
KAMAL_REGISTRY_PASSWORD=dckr_pat_x
- Update the host IP address in config/deploy.yml to point to your server
- Run
bundle exec kamal setup
to deploy the app