I recently set up Kamal deployment for my Rails dev kit, Shore, using GitHub Actions.
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).