Automatically deploy to staging when deploying develop.
In the backend developer meeting today, we discussed reducing the toil in deploying changes.
One small concrete step we decided to experiment with, is to automatically deploy to staging, when a change is merged to develop. This removes the extra step of opening a PR against staging, or making a fast-foward push to it.