|
|
|
|
|
by heymishy
4260 days ago
|
|
whats your current deployment strategy, series of powershell scripts or something chef/puppet based?
We had a powershell based setup and my previous shop but hardest part was maintaing and deploying different databases to make the tests relevant. How do you think docker containers helps (as Im not sure it would have helped in my previous situation - too many other base issues to deal with first) |
|
We also use database migrations to keep everything updated. It's a simple process but works well.
Code and deployment is all fine, it's maintainaing server configurations across environments (IIS, permissions, ports, ips, firewalls to name a few, a different issue every time and on every env!). Likely this is more to do with having completely seperated operations and development, however bring able to control the apps environment will allow us to deliver more, faster.