Setup auto deployment to web-hosting prod whenever there are changes to the main branch. This saves us from having to do manual deployments which is very easy to forget since this team rarely does any sort of deployments
Going straight to prod is fine because "getting things wrong" has no downstream risk, and we'll internally realise pretty quick if we've done something wrong since we look at rhino so frequently
Setup auto deployment to web-hosting prod whenever there are changes to the
mainbranch. This saves us from having to do manual deployments which is very easy to forget since this team rarely does any sort of deploymentsGoing straight to prod is fine because "getting things wrong" has no downstream risk, and we'll internally realise pretty quick if we've done something wrong since we look at rhino so frequently