Posts Tagged ‘deployment’

Using git to build CSS files for deployment

November 17th, 2010

Lots of stuff going on here lately. I converted a store from osCommerce to Magento. I’m building the hosted bug tracking app I’ve always wanted. And I switched from svn to git. Converting svn repos to git repos and keeping all of the history is pretty easy. I’ll do a post about it soon. Basically, I [...]

Testing for browser SSL warnings

September 24th, 2009

I use an automated deployment script for BigHugeLabs.com. I’ll regularly do around 10 deployments every day so it’s important that the system has as much automation as possible. The deploy script builds CSS and JS files, updates shared libraries, deploys files to several locations, and does some testing. One test I recently added was an [...]