Semi-editable Files (eg config files) and version control - best practices?

后端 未结 8 2225
深忆病人
深忆病人 2020-12-30 17:17

So, I killed the build today by checking in a config file. It knows where the server is (think SQL server or the like), and I\'ve been working against the server which runs

8条回答
  •  Happy的楠姐
    2020-12-30 17:45

    We store these sort of files in our source control system, and have different folders for the environment we're building for.

    So we have:

    Dev
    Test
    Live
    

    There are subfolders under these for other environment specific files.

提交回复
热议问题