FAQ | This is a LIVE service | Changelog

Skip to content

Use service prefix for deploy credentials and google project

Monty Dawson requested to merge issue-16-use-service-prefix into master

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)

Merge request reports