0

I have gitlab setup and deployed: We are pushing to 3 different Development Servers, 3 different Test Servers, and ultimately 9 different production servers.

Each server has separate configurations, i.e. Dev Server 1 reads from Database x, while Dev Server 2 reads from Database Y so on and so forth.

Example: On Dev Server 1 our configuration file has a line for DB=X

I don't logistically see a way to set these settings inside of the Environmental Variables to know which server is which. So I am looking for best practices on how to set this up and maintain it so that after every push from the runner I am not going into the servers and changing more configurations (Defeating the point to begin with).

Nathan
  • 73
  • 4

0 Answers0