0

I was using home build deployment system, but want to move to Jenkins. One problem is that I do not keep app configuration in revision control system for security reasons. What could be a solution to assemble code and configuration for deployment?

Kazimieras Aliulis
  • 2,324
  • 2
  • 26
  • 45

1 Answers1

0

Just setup another revision control system for configuration. you can set the permission to this second repo to a very limited pool of people. However, without knowing on how/why you keep the configuration info looked down, it is difficult to help you.

Peter Schuetze
  • 1,231
  • 10
  • 17