Let´s suppose that our repository contents is something that will be shared. Is strange that we include the deploy scripts there, explaining how to deploy in our machines
Asked
Active
Viewed 83 times
1 Answers
1
If by "Shared" you mean that your team has access to the files then it should be stored in Source Control so that everyone on the team is using the same scripts. You can consider a secrets manager so that team members do not share sensitive information (e.g., Docker Secrets, AWS Secrets Manager, Azure Key Vault).
If this will be publicly available you can still use a secrets manager to publish these files with the sensitive data removed.
Wesley Rolnick
- 2,747
- 11
- 26
-
It will be shared with different clients – irbian Feb 24 '20 at 22:47