Use service prefix in determining webapp variables
For the deploy-identity project we will need to deploy multiple 'webapps' - the card api and photo api. To support this we need to override the SERVICE_PREFIX
variable in order for the correct service to be deployed. To support this the GOOGLE_PROJECT
and DEPLOY_CREDENTIALS
need to make use of the service prefix in the same way as the other variables.