A deployment process
I know I said my next post would be my deployment script but after posting – I realised that I should do a 1000 foot overview of what I’m trying to achieve.
For me – a successful deployment has a number of components:
Build
Code successfully builds
tests pass.
Versioning
I know exactly which revision was deployed from subversion.
I know what [...]