Use service prefix for deploy credentials and google project
This allows downstream jobs to override the prefix that's used for all variables. So in the deploy identity job we can deploy the card API using variables set with CARD_ and the photo api with variables set with PHOTO_. If might be that we want to use the same variables in the job, but having the ability to customise the prefix is still useful.
Closes #16 (closed)