Closed
Description
What is the recommended way to configure push-to-deploy authentication for multiple Google Apps accounts (different domain names)?
The Generate Git Credentials page, accessed via...
https://console.developers.google.com/project/apps~PROJECT
> Source Code
> Releases
> Configure Your Repository
> ? (help icon)
> Generate Git Credentials
...says...
To use this password, please add the following text to your .netrc file:
machine source.developers.google.com
login <GOOGLE_EMAIL>
password <GIT_PASSWORD>
However, AFAIK .netrc
does not support multiple account logins for the same machine.
Relevant docs...