This is a Sinatra demo app for utilizing Cloud Native Buildpacks with Kamal.
git clone git@github.com:nickhammond/kamal-buildpacks-rails.gitbundle 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 setupto deploy the app