I noticed that every time I run gcloud app deploy, bundle install will be execute, and it will refeching gems and install them again, even the ruby version and Gemfile.lock are not updated.
Wondering if there is a way for us to reuse the gems we fetched before, so that it can speed up the deployments.
I noticed that every time I run
gcloud app deploy,bundle installwill be execute, and it will refeching gems and install them again, even the ruby version andGemfile.lockare not updated.Wondering if there is a way for us to reuse the gems we fetched before, so that it can speed up the deployments.