govau / chameleon

🦎 Interactive colour template previews for the Design System
https://designsystem.gov.au/templates/home/customise
MIT License
11 stars 4 forks source link

Use cloud.gov.au naming convention for env vars in circleci #150

Closed gordcorp closed 5 years ago

gordcorp commented 5 years ago

cloud.gov.au will start managing this project's CF_* env vars in circleci, and to make it easier for us we need to have a standard naming convention for environment variables across all repos we look after. Nothing should change for this project, this is really just house cleaning to use the standard names.

The standard naming convention is: CF_API_PROD CF_API_STAGING CF_ORG CF_PASSWORD_PROD CF_PASSWORD_STAGING CF_SPACE CF_USERNAME

After this has been merged we can remove any CF_* env vars in circleci that arent in the above list.