Skip to content

Added Support for Deployment Using Kamal with GitHub Actions

I recently set up Kamal deployment for my Rails dev kit, Shore, using GitHub Actions.

➡️ View the deploy.yml

While setting this up, I forgot to set one of the environment variables from GitHub secrets in the workflow. I forgot secrets are not available as environment variables automatically

Next up:

  • Move the container registry from Docker Hub to GitHub Container Registry.
  • Optimize the deploy step (currently takes around 4 minutes).