Continuous Deployment with Rails & GitHub Actions Discussion
Discussion for
Continuous Deployment with Rails & GitHub Actions
You can use ruby/setup-ruby
's bundler-cache
feature to have it take care of installing your gems and caching it. Saves you from adding those steps yourself.
https://github.com/ruby/setup-ruby#caching-bundle-install-automatically