Speed up deploy process
"bundle install" was running on the deploy steps where it wasn't needed. Moved the "bundle install" into the build step and sourced the deploy steps from the tiny "alpine" base image.
Please register or sign in to comment
"bundle install" was running on the deploy steps where it wasn't needed. Moved the "bundle install" into the build step and sourced the deploy steps from the tiny "alpine" base image.