Private data such as host or user names and credentials should never be stored in a code repository, especially if it's public. Managing profile files here is complicated and error-prone. Instead, the checked in profile files should leave out the private information and a separate file should be used for that. The separate file only contains local overrides to the checked in file and is excluded from the repository. Then both files must be read when deploying files.
Private data such as host or user names and credentials should never be stored in a code repository, especially if it's public. Managing profile files here is complicated and error-prone. Instead, the checked in profile files should leave out the private information and a separate file should be used for that. The separate file only contains local overrides to the checked in file and is excluded from the repository. Then both files must be read when deploying files.