Has anyone tried to add another environment.
When developing I develop locally, deploy to a UAT environment for
checking that my stuff fits into the organisations infrastucture and
user testing and then deploy to production.
test and production are fine. The main problem is that development (I
currently hack the the database.yml and drop the test branch to loose
some local development mocks when deploying to UAT - not optimal.).
I am planning to create a UAT environment, with UAT yml and mocks etc.
Has anyone done this and does anyone know of any major gotchas ahead?
Thanks
Tom